2023-07-30 00:22:03 -07:00
|
|
|
[gd_scene load_steps=2 format=3 uid="uid://bqhdw2o5vq7ny"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://Scripts/Scenes/DebugChartLoader.cs" id="1_hjgpd"]
|
|
|
|
|
|
2023-09-18 02:13:52 -07:00
|
|
|
[node name="DebugChartLoader" type="MarginContainer" node_paths=PackedStringArray("pathsLine", "songsButton", "soundButton", "difficultyButton", "playButton")]
|
2023-07-30 00:22:03 -07:00
|
|
|
anchors_preset = 15
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
grow_vertical = 2
|
|
|
|
|
theme_override_constants/margin_left = 32
|
|
|
|
|
theme_override_constants/margin_top = 32
|
|
|
|
|
theme_override_constants/margin_right = 32
|
|
|
|
|
theme_override_constants/margin_bottom = 32
|
|
|
|
|
script = ExtResource("1_hjgpd")
|
2023-09-18 02:13:52 -07:00
|
|
|
pathsLine = NodePath("VBoxContainer/HBoxContainer0/User path")
|
|
|
|
|
songsButton = NodePath("VBoxContainer/HBoxContainer0/HBoxContainer1/SongsOptionButton")
|
|
|
|
|
soundButton = NodePath("VBoxContainer/HBoxContainer3/SoundsOptionButton")
|
|
|
|
|
difficultyButton = NodePath("VBoxContainer/HBoxContainer0/HBoxContainer1/DifficultyOptionButton")
|
2023-07-30 00:22:03 -07:00
|
|
|
playButton = NodePath("VBoxContainer/HBoxContainer2/PlayButton")
|
|
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
theme_override_constants/separation = 8
|
|
|
|
|
|
2023-09-18 02:13:52 -07:00
|
|
|
[node name="HBoxContainer0" type="VBoxContainer" parent="VBoxContainer"]
|
2023-07-30 00:22:03 -07:00
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_vertical = 3
|
2023-09-18 02:13:52 -07:00
|
|
|
alignment = 2
|
|
|
|
|
|
|
|
|
|
[node name="User path" type="LineEdit" parent="VBoxContainer/HBoxContainer0"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
|
|
[node name="HBoxContainer1" type="HBoxContainer" parent="VBoxContainer/HBoxContainer0"]
|
|
|
|
|
layout_mode = 2
|
2023-07-30 00:22:03 -07:00
|
|
|
alignment = 1
|
|
|
|
|
|
2023-09-18 02:13:52 -07:00
|
|
|
[node name="SongsOptionButton" type="OptionButton" parent="VBoxContainer/HBoxContainer0/HBoxContainer1"]
|
2023-07-30 00:22:03 -07:00
|
|
|
custom_minimum_size = Vector2(0, 35)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
size_flags_vertical = 8
|
|
|
|
|
size_flags_stretch_ratio = 5.97
|
2023-09-18 02:13:52 -07:00
|
|
|
disabled = true
|
2023-07-30 00:22:03 -07:00
|
|
|
|
2023-09-18 02:13:52 -07:00
|
|
|
[node name="DifficultyOptionButton" type="OptionButton" parent="VBoxContainer/HBoxContainer0/HBoxContainer1"]
|
2023-07-30 00:22:03 -07:00
|
|
|
custom_minimum_size = Vector2(0, 35)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
size_flags_vertical = 8
|
|
|
|
|
item_count = 4
|
|
|
|
|
selected = 0
|
|
|
|
|
popup/item_0/text = "0. Normal"
|
|
|
|
|
popup/item_0/id = 0
|
|
|
|
|
popup/item_1/text = "1. Hard"
|
|
|
|
|
popup/item_1/id = 1
|
|
|
|
|
popup/item_2/text = "2. Expert"
|
|
|
|
|
popup/item_2/id = 2
|
|
|
|
|
popup/item_3/text = "3. Inferno"
|
|
|
|
|
popup/item_3/id = 3
|
|
|
|
|
|
|
|
|
|
[node name="HBoxContainer3" type="HBoxContainer" parent="VBoxContainer"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
alignment = 1
|
|
|
|
|
|
2023-09-18 02:13:52 -07:00
|
|
|
[node name="SoundsOptionButton" type="OptionButton" parent="VBoxContainer/HBoxContainer3"]
|
|
|
|
|
custom_minimum_size = Vector2(0, 31)
|
2023-07-30 00:22:03 -07:00
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
alignment = 1
|
|
|
|
|
|
|
|
|
|
[node name="PlayButton" type="Button" parent="VBoxContainer/HBoxContainer2"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_vertical = 0
|
2023-09-18 02:13:52 -07:00
|
|
|
disabled = true
|
2023-07-30 00:22:03 -07:00
|
|
|
text = "Play"
|