Added Game Over To Game and GameOver function but nothing activates it yet
This commit is contained in:
@ -7,4 +7,6 @@ func _on_pause_menu_paused():
|
||||
func _on_pause_menu_unpaused():
|
||||
$"player".is_paused = false
|
||||
|
||||
|
||||
func GameOver():
|
||||
$"Game Over".show()
|
||||
$player.is_paused = true
|
||||
|
||||
Reference in New Issue
Block a user