cirnogodot/Scenes/HUD/MusicRoom.tscn
2025-02-25 21:52:23 +01:00

48 lines
1.6 KiB
Text

[gd_scene load_steps=5 format=3 uid="uid://c84shrj84g4t2"]
[ext_resource type="Script" uid="uid://c06tspxwnj7pg" path="res://Scripts/UI/MusicRoom.cs" id="1_u3ui8"]
[ext_resource type="LabelSettings" uid="uid://wr7cb2qa6w71" path="res://Resources/Styles/Title_Text_Style.tres" id="1_w47yj"]
[ext_resource type="Theme" uid="uid://dnsadvmunm76k" path="res://Resources/Styles/MainMenuButtons.tres" id="2_rcbhv"]
[ext_resource type="Texture2D" uid="uid://bpd4ldfmt3s51" path="res://Sprites/UI/Note.png" id="3_u3ui8"]
[node name="MusicRoom" type="VBoxContainer"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 3
size_flags_vertical = 3
script = ExtResource("1_u3ui8")
[node name="Label" type="Label" parent="."]
layout_mode = 2
text = "MUSIC ROOM"
label_settings = ExtResource("1_w47yj")
horizontal_alignment = 1
[node name="HBoxContainer" type="HBoxContainer" parent="."]
layout_mode = 2
size_flags_vertical = 3
[node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer"]
layout_mode = 2
[node name="Button" type="Button" parent="HBoxContainer/VBoxContainer"]
layout_mode = 2
theme = ExtResource("2_rcbhv")
text = "Back"
[node name="ItemList" type="ItemList" parent="HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
theme = ExtResource("2_rcbhv")
item_count = 4
item_0/text = "No Restraint"
item_0/icon = ExtResource("3_u3ui8")
item_1/text = "No Reason"
item_1/icon = ExtResource("3_u3ui8")
item_2/text = "An Overtime Fairy Dance"
item_2/icon = ExtResource("3_u3ui8")
item_3/text = "Apparitions Stalk the Factory"
item_3/icon = ExtResource("3_u3ui8")