atualização 1.0/add menu

This commit is contained in:
2026-05-27 09:44:13 -03:00
parent 0b0113fbde
commit b8442324fa
9 changed files with 125 additions and 59 deletions
+11
View File
@@ -0,0 +1,11 @@
extends CanvasLayer
var Play = preload("res://prefabs/Telas/Debug/test_debug.tscn")
func _on_play_pressed() -> void: #button Play
get_tree().change_scene_to_packed(Play)
# Replace with function body.
func _on_quit_game_pressed() -> void:#button Quit
get_tree().quit()
# Replace with function body.