Added one more

This commit is contained in:
2024-05-12 01:27:55 -04:00
parent a7d9a6e8bf
commit 09c63cd432
2 changed files with 16 additions and 15 deletions

View File

@ -47,6 +47,7 @@ func fire_gun(pos : Vector2, rot : float) -> void:
func crash():
# TODO: Maybe emit a signal that the main game node listens for "game over" state
# TODO: Make some kind of crash animation or crashed sprite
$AnimationPlayer.play("crash")