Cleaned up GameOver screen

This commit is contained in:
2024-05-13 17:34:22 -04:00
parent bf76938876
commit c982ef46ae
2 changed files with 17 additions and 4 deletions

View File

@ -1,11 +1,8 @@
extends Control
func _on_retry_button_pressed() -> void:
# TODO: Reload main game scene from level 1
get_tree().change_scene_to_file("res://scenes/game.tscn")
func _on_quit_button_pressed() -> void:
# TODO: Go to title screen instead of killing the game
get_tree().quit()