changed snail origin
This commit is contained in:
parent
1e0202864f
commit
ca3f67b1f1
4 changed files with 17 additions and 2 deletions
|
@ -55,7 +55,12 @@ position = Vector2( 138, 144 )
|
|||
[node name="Enemies" type="Node2D" parent="."]
|
||||
|
||||
[node name="Snail" parent="Enemies" instance=ExtResource( 7 )]
|
||||
position = Vector2( 194, 171 )
|
||||
position = Vector2( 192, 168 )
|
||||
left_up_boundry = 3.0
|
||||
right_down_boundry = 3.0
|
||||
|
||||
[node name="Snail2" parent="Enemies" instance=ExtResource( 7 )]
|
||||
position = Vector2( 64, 112 )
|
||||
left_up_boundry = 3.0
|
||||
right_down_boundry = 3.0
|
||||
|
||||
|
@ -63,6 +68,12 @@ right_down_boundry = 3.0
|
|||
position = Vector2( 120, 96 )
|
||||
right_down_boundry = 10.0
|
||||
|
||||
[node name="Bat2" parent="Enemies" instance=ExtResource( 10 )]
|
||||
position = Vector2( 32, 120 )
|
||||
left_up_boundry = 4.0
|
||||
right_down_boundry = 2.0
|
||||
speed = 80
|
||||
|
||||
[node name="Death" type="TileMap" parent="."]
|
||||
tile_set = ExtResource( 5 )
|
||||
cell_size = Vector2( 8, 8 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue