added cool animations

This commit is contained in:
zoe 2021-10-09 19:24:55 +02:00
parent 6cb03fda72
commit 62762082f7
8 changed files with 17 additions and 6 deletions

View file

@ -26,6 +26,7 @@ func moveup():
func movedown():
var _collide = move_and_collide(Vector2(0, 5))
GameStats.set_multiplier(1)
func _on_ZoneDetection_area_entered(_area):
if (state == MOVEUP):