forked from team-sg/hero-mark-2
fixed turchins
This commit is contained in:
parent
259fc5ce76
commit
ad7391811b
1 changed files with 8 additions and 6 deletions
|
@ -387,16 +387,18 @@ speed = 60
|
|||
[node name="Turtle" type="Node2D" parent="Enemies"]
|
||||
|
||||
[node name="Turtle" parent="Enemies/Turtle" instance=ExtResource( 16 )]
|
||||
position = Vector2( 56, 32 )
|
||||
right_down_boundary = 13.0
|
||||
position = Vector2( 112, 32 )
|
||||
left_up_boundary = 7.0
|
||||
right_down_boundary = 8.0
|
||||
speed = 50
|
||||
spike_positions = [ 7.0 ]
|
||||
spike_positions = [ 0.0 ]
|
||||
|
||||
[node name="Turtle2" parent="Enemies/Turtle" instance=ExtResource( 16 )]
|
||||
position = Vector2( 48, 280 )
|
||||
left_up_boundary = 6.0
|
||||
position = Vector2( 24, 280 )
|
||||
left_up_boundary = 3.0
|
||||
right_down_boundary = 3.0
|
||||
speed = 30
|
||||
spike_positions = [ -3.0 ]
|
||||
spike_positions = [ 0.0 ]
|
||||
|
||||
[node name="Turtle3" parent="Enemies/Turtle" instance=ExtResource( 16 )]
|
||||
position = Vector2( 192, 472 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue