mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
added cool animations
This commit is contained in:
parent
6cb03fda72
commit
62762082f7
8 changed files with 17 additions and 6 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue