mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 06:45:33 +00:00
82 lines
3.4 KiB
Text
82 lines
3.4 KiB
Text
[gd_scene load_steps=11 format=3 uid="uid://c84shrj84g4t2"]
|
|
|
|
[ext_resource type="Script" uid="uid://c06tspxwnj7pg" path="res://Scripts/UI/MusicRoom.cs" id="1_u3ui8"]
|
|
[ext_resource type="Script" uid="uid://cx63lvsuj1787" path="res://Scripts/Resources/MusicResource.cs" id="2_nkbmj"]
|
|
[ext_resource type="Theme" uid="uid://dnsadvmunm76k" path="res://Resources/Styles/MainMenuButtons.tres" id="2_rcbhv"]
|
|
[ext_resource type="Resource" uid="uid://byo74ews118nl" path="res://Resources/Music/No_Reason.tres" id="3_nkbmj"]
|
|
[ext_resource type="Texture2D" uid="uid://bpd4ldfmt3s51" path="res://Sprites/UI/Note.png" id="3_u3ui8"]
|
|
[ext_resource type="Resource" uid="uid://b12ldmtfhlvf0" path="res://Resources/Music/Apparitions_Stalk_The_Factory.tres" id="4_cv0ke"]
|
|
[ext_resource type="Texture2D" uid="uid://b4fhb0wyc5vw" path="res://Sprites/UI/BackIcon.png" id="7_cv0ke"]
|
|
[ext_resource type="FontFile" uid="uid://ccm3u37q1hvux" path="res://fonts/Xolonium-Regular.ttf" id="7_nkbmj"]
|
|
[ext_resource type="LabelSettings" uid="uid://buk3e7bbwmnv1" path="res://Resources/Styles/Hud_Text_Style.tres" id="8_nkbmj"]
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_cv0ke"]
|
|
font = ExtResource("7_nkbmj")
|
|
font_size = 20
|
|
outline_size = 4
|
|
outline_color = Color(0, 0, 0, 1)
|
|
|
|
[node name="MusicRoom" type="VBoxContainer" node_paths=PackedStringArray("TracksContainer", "DescriptionLabel", "DefaultSelectedButton")]
|
|
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")
|
|
Tracks = Array[ExtResource("2_nkbmj")]([ExtResource("3_nkbmj"), ExtResource("4_cv0ke")])
|
|
TracksContainer = NodePath("VBoxContainer/ItemList")
|
|
Icon = ExtResource("3_u3ui8")
|
|
DescriptionLabel = NodePath("VBoxContainer/MarginContainer/DescriptionLabel")
|
|
DefaultSelectedButton = NodePath("VBoxContainer/HBoxContainer/BackButton")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="BackButton" type="Button" parent="VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|
|
theme = ExtResource("2_rcbhv")
|
|
text = "Back"
|
|
icon = ExtResource("7_cv0ke")
|
|
|
|
[node name="MusicRoomName" type="Label" parent="VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "MUSIC ROOM"
|
|
label_settings = SubResource("LabelSettings_cv0ke")
|
|
horizontal_alignment = 1
|
|
|
|
[node name="ItemList" type="ItemList" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 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")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 10
|
|
theme_override_constants/margin_right = 10
|
|
|
|
[node name="DescriptionLabel" type="Label" parent="VBoxContainer/MarginContainer"]
|
|
custom_minimum_size = Vector2(0, 10)
|
|
layout_mode = 2
|
|
text = "adfds"
|
|
label_settings = ExtResource("8_nkbmj")
|
|
vertical_alignment = 2
|
|
autowrap_mode = 2
|
|
|
|
[connection signal="pressed" from="VBoxContainer/HBoxContainer/BackButton" to="." method="_on_back_button_pressed"]
|