xrjamfeb2025/scenes/level_select.tscn
2025-02-15 20:15:58 -07:00

47 lines
1.6 KiB
Text

[gd_scene load_steps=3 format=3 uid="uid://m1twp7r5vtv0"]
[ext_resource type="Theme" uid="uid://bfjhdxefw3nxu" path="res://scenes/new_theme.tres" id="1_0shvn"]
[ext_resource type="Script" path="res://scenes/scene_select_button.gd" id="2_4d80g"]
[node name="LevelSelect" type="Node2D"]
[node name="MarginContainer" type="MarginContainer" parent="."]
offset_right = 40.0
offset_bottom = 40.0
theme = ExtResource("1_0shvn")
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
text = "Level Select"
horizontal_alignment = 1
[node name="SceneSelect" type="Button" parent="MarginContainer/VBoxContainer" groups=["scene_button"]]
layout_mode = 2
text = "Title
"
script = ExtResource("2_4d80g")
scene_path = "res://scenes/title_scene/title_scene.tscn"
[node name="SceneSelect2" type="Button" parent="MarginContainer/VBoxContainer" groups=["scene_button"]]
layout_mode = 2
text = "Tutorial 1"
script = ExtResource("2_4d80g")
scene_path = "res://scenes/tutorial_scenes/tutorial_scene_1.tscn"
[node name="SceneSelect3" type="Button" parent="MarginContainer/VBoxContainer" groups=["scene_button"]]
layout_mode = 2
text = "Tutorial 2"
script = ExtResource("2_4d80g")
scene_path = "res://scenes/tutorial_scenes/tutorial_scene_2.tscn"
[node name="SceneSelect4" type="Button" parent="MarginContainer/VBoxContainer" groups=["scene_button"]]
layout_mode = 2
text = "Valentine"
script = ExtResource("2_4d80g")
scene_path = "res://scenes/valentine_scene/valentine_scene.tscn"