This commit is contained in:
2026-05-16 11:51:19 +02:00
commit 80c1b6a4e4
229 changed files with 5191 additions and 0 deletions

9
scripts/back_ui.gd Normal file
View File

@@ -0,0 +1,9 @@
extends CanvasLayer
func _on_button_pressed() -> void:
ClickManager.request_back()
func _on_button_2_pressed() -> void:
get_tree().change_scene_to_file("res://main_menu.tscn")