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