test
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user