1
0
Fork 0

fixed positions of plants and player

This commit is contained in:
Manu 2021-04-25 04:14:50 +02:00
parent 709eeb2db2
commit 6913ef474f
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ speed = 20.0
rest = 0.2
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
position = Vector2( 0, -96 )
position = Vector2( -20, -80 )
frames = ExtResource( 1 )
animation = "front"

View File

@ -89,7 +89,7 @@
6/z_index = 0
7/name = "plant_1"
7/texture = ExtResource( 1 )
7/tex_offset = Vector2( 10, -110 )
7/tex_offset = Vector2( 0, -120 )
7/modulate = Color( 1, 1, 1, 1 )
7/region = Rect2( 20, 430, 120, 180 )
7/tile_mode = 0
@ -103,7 +103,7 @@
7/z_index = 0
8/name = "plant_2"
8/texture = ExtResource( 1 )
8/tex_offset = Vector2( 0, -130 )
8/tex_offset = Vector2( -10, -140 )
8/modulate = Color( 1, 1, 1, 1 )
8/region = Rect2( 170, 410, 140, 200 )
8/tile_mode = 0