mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 12:16:14 +01:00
oops
This commit is contained in:
@@ -13,11 +13,12 @@ func _ready():
|
||||
|
||||
|
||||
func _on_start_pressed():
|
||||
get_tree().change_scene("res://pathTo/Level.tscn") # Replace with function body.
|
||||
get_tree().change_scene_to_file("res://Nodes/game.tscn")
|
||||
# Replace with function body.
|
||||
|
||||
|
||||
func _on_tutorial_pressed():
|
||||
get_tree().change_scene("res://pathTo/Level.tscn") # Replace with function body.
|
||||
get_tree().change_scene_to_file("res://Nodes/game.tscn") # Replace with function body.
|
||||
|
||||
|
||||
func _on_quit_pressed():
|
||||
|
||||
Reference in New Issue
Block a user