mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:55:35 +00:00
61 lines
2.1 KiB
Text
61 lines
2.1 KiB
Text
[gd_scene load_steps=7 format=3 uid="uid://bnhcgsyh6wfo3"]
|
|
|
|
[ext_resource type="Theme" uid="uid://dnsadvmunm76k" path="res://Resources/Styles/MainMenuButtons.tres" id="1_il8fq"]
|
|
[ext_resource type="Script" uid="uid://c1874e6ryvd1g" path="res://Scripts/UI/OptionsMenu.cs" id="1_mpohc"]
|
|
[ext_resource type="Texture2D" uid="uid://b4fhb0wyc5vw" path="res://Sprites/UI/BackIcon.png" id="2_4kao5"]
|
|
[ext_resource type="FontFile" uid="uid://ccm3u37q1hvux" path="res://fonts/Xolonium-Regular.ttf" id="2_l5i2j"]
|
|
[ext_resource type="StyleBox" uid="uid://ctw2hju32l3rg" path="res://Resources/Styles/PixelStyleBoxRed.tres" id="3_l5i2j"]
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_4kao5"]
|
|
font = ExtResource("2_l5i2j")
|
|
font_size = 20
|
|
outline_size = 4
|
|
outline_color = Color(0, 0, 0, 1)
|
|
|
|
[node name="OptionsMenu" type="VBoxContainer"]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_mpohc")
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
|
|
[node name="BackButton" type="Button" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|
|
theme = ExtResource("1_il8fq")
|
|
text = "Back"
|
|
icon = ExtResource("2_4kao5")
|
|
|
|
[node name="MusicRoomName" type="Label" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Options"
|
|
label_settings = SubResource("LabelSettings_4kao5")
|
|
horizontal_alignment = 1
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="."]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
theme_override_styles/panel = ExtResource("3_l5i2j")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="ScrollContainer"]
|
|
layout_mode = 2
|
|
theme = ExtResource("1_il8fq")
|
|
|
|
[node name="CheckBox" type="CheckBox" parent="ScrollContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Something"
|
|
|
|
[node name="CheckBox2" type="CheckBox" parent="ScrollContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Whatever"
|
|
|
|
[node name="CheckBox3" type="CheckBox" parent="ScrollContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
disabled = true
|
|
text = "Disabled"
|
|
|
|
[connection signal="pressed" from="HBoxContainer/BackButton" to="." method="_on_back_button_pressed"]
|