This commit is contained in:
2024-01-26 00:00:07 +01:00
parent 0d2e01073c
commit bb763ea4e2
140 changed files with 30775 additions and 296 deletions

View File

@@ -1,7 +1,10 @@
extends ConfirmationDialog
extends CanvasLayer
func _on_confirmed() -> void:
pass # Replace with function body.
func _on_canceled() -> void:
func _on_close_pressed() -> void:
get_tree().quit()
func _on_main_menu_pressed() -> void:
hide()
WindowManager.pause_menu.hide()
get_tree().change_scene_to_file("res://scenes/gui/menus/main_menu.tscn")