mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
Engine.gd Speed dependencies
This commit is contained in:
@@ -30,4 +30,5 @@ func _on_signal_shooting():
|
||||
func is_dead():
|
||||
if current_speed <= 0:
|
||||
game_over.emit()
|
||||
|
||||
return true
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user