forked from team-sg/hero-mark-2
adjustments in abyss
This commit is contained in:
parent
c2792083ca
commit
12eadd86e8
2 changed files with 11 additions and 10 deletions
|
@ -57,7 +57,7 @@ scene = ExtResource( 4 )
|
|||
resource_name = "Crater of the Abyss"
|
||||
script = ExtResource( 5 )
|
||||
title = "Crater of the Abyss"
|
||||
shard_titles = [ "Follow the minnow", "Turchin jump", "Beel enclosure", "Drop Down Mine Jump", "5 Rainbow Stars", "Collection Bonus", "Time Bonus", "Life Bonus" ]
|
||||
shard_titles = [ "Follow the minnow", "Beel enclosure", "Turchin jump", "Drop Down Mine Jump", "5 Rainbow Stars", "Collection Bonus", "Time Bonus", "Life Bonus" ]
|
||||
save_id = "abyss"
|
||||
scene = ExtResource( 7 )
|
||||
|
||||
|
|
|
@ -87,7 +87,7 @@ extents = Vector2( 80, 4 )
|
|||
[sub_resource type="RectangleShape2D" id=21]
|
||||
extents = Vector2( 42, 4 )
|
||||
|
||||
[node name="Map2" type="Node2D" groups=["map"]]
|
||||
[node name="Map" type="Node2D" groups=["map"]]
|
||||
pause_mode = 1
|
||||
script = ExtResource( 1 )
|
||||
music = ExtResource( 5 )
|
||||
|
@ -391,14 +391,15 @@ spike_positions = [ 7.0 ]
|
|||
position = Vector2( 48, 280 )
|
||||
left_up_boundary = 6.0
|
||||
speed = 30
|
||||
spike_positions = [ -4.0 ]
|
||||
spike_positions = [ -3.0 ]
|
||||
|
||||
[node name="Turtle3" parent="Enemies/Turtle" instance=ExtResource( 16 )]
|
||||
position = Vector2( 192, 472 )
|
||||
left_up_boundary = 3.0
|
||||
right_down_boundary = 3.0
|
||||
speed = 30
|
||||
spike_positions = [ -1.0 ]
|
||||
spike_positions = [ 0.0 ]
|
||||
spike_direction = 1
|
||||
|
||||
[node name="Collectibles" type="Node2D" parent="."]
|
||||
|
||||
|
@ -470,20 +471,20 @@ number = 3
|
|||
|
||||
[node name="Shard4" parent="Collectibles" instance=ExtResource( 22 )]
|
||||
position = Vector2( 208, 360 )
|
||||
number = 2
|
||||
number = 1
|
||||
|
||||
[node name="Star4" parent="Collectibles" instance=ExtResource( 17 )]
|
||||
position = Vector2( 8, 424 )
|
||||
position = Vector2( 104, 480 )
|
||||
|
||||
[node name="Shard2" parent="Collectibles" instance=ExtResource( 22 )]
|
||||
position = Vector2( 104, 480 )
|
||||
number = 1
|
||||
position = Vector2( 0, 256 )
|
||||
number = 2
|
||||
|
||||
[node name="Shard3" parent="Collectibles" instance=ExtResource( 22 )]
|
||||
position = Vector2( 232, 552 )
|
||||
|
||||
[node name="Star5" parent="Collectibles" instance=ExtResource( 17 )]
|
||||
position = Vector2( 0, 256 )
|
||||
position = Vector2( 8, 424 )
|
||||
color = 1
|
||||
|
||||
[node name="Key19" parent="Collectibles" instance=ExtResource( 21 )]
|
||||
|
@ -688,7 +689,7 @@ position = Vector2( 36, 4 )
|
|||
shape = SubResource( 21 )
|
||||
|
||||
[node name="RespawnPoint8" parent="Respawns" instance=ExtResource( 25 )]
|
||||
position = Vector2( 0, 168 )
|
||||
position = Vector2( 8, 168 )
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Respawns/RespawnPoint8"]
|
||||
position = Vector2( 36, 4 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue