mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
exports
This commit is contained in:
11
Nodes/UI.gd
Normal file
11
Nodes/UI.gd
Normal 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")
|
||||
Reference in New Issue
Block a user