This commit is contained in:
Albion
2022-12-10 09:26:52 +01:00
parent d12388e268
commit 8369e7b718
10 changed files with 44 additions and 146 deletions

View File

@@ -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():

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=3 format=3 uid="uid://bad6he0psvv6c"]
[gd_scene load_steps=3 format=3 uid="uid://bsmsdlf5jiukx"]
[ext_resource type="Script" path="res://menu/MainMenu.gd" id="1_hyw8p"]
[ext_resource type="Script" path="res://menu/VolSlider.gd" id="2_h85ei"]