Merge branch 'main' of github.com:PfandBoss/SemesterGameJam2022

This commit is contained in:
2022-12-10 12:21:55 +01:00
3 changed files with 18 additions and 8 deletions

View File

@@ -31,4 +31,5 @@ func _on_signal_shooting():
func is_dead():
if current_speed <= 0:
game_over.emit()
return true
return false