mirror of
https://codeberg.org/Melon-Bread/Comets.gd.git
synced 2025-07-06 22:54:36 -04:00
Added one more
This commit is contained in:
@ -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")
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user