This commit is contained in:
Jonas Braus
2024-08-03 01:16:51 +02:00
parent f1f0e53538
commit f0ae51aa75
5 changed files with 59 additions and 7 deletions
+2 -2
View File
@@ -80,8 +80,8 @@ func f_shrink(body):
die_sound.play()
if not is_down:
speed = 0
collision_shape_2d.shape.height -= 9
die.position.y += 2
#collision_shape_2d.shape.height -= 9
#die.position.y += 2
animated_sprite_2d.play("shrink")
is_down = true
elif speed == 0: