This commit is contained in:
2022-12-11 09:01:30 +01:00
parent 648fe8a0a2
commit 0e6bce027f
6 changed files with 93 additions and 0 deletions

11
Nodes/UI.gd Normal file
View File

@@ -0,0 +1,11 @@
extends Control
func _on_button_pressed():
print("HELLO")
get_tree().change_scene_to_file("res://Nodes/game.tscn")
func _on_button_2_pressed():
print("sddssds")
get_tree().change_scene_to_file("res://menu/main_menu.tscn")