mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:35:34 +00:00
65 lines
2.5 KiB
Text
65 lines
2.5 KiB
Text
[gd_scene load_steps=6 format=3 uid="uid://bemu3l6b1e84y"]
|
|
|
|
[ext_resource type="Script" uid="uid://sqhb36u3acw7" path="res://Scripts/UI/DebugMenu.cs" id="1_5vtnj"]
|
|
[ext_resource type="Theme" uid="uid://dkom8gcup42kd" path="res://Resources/Styles/DebugMenuButtons.tres" id="2_6il8q"]
|
|
[ext_resource type="Theme" uid="uid://dnsadvmunm76k" path="res://Resources/Styles/MainMenuButtons.tres" id="2_wqb8e"]
|
|
[ext_resource type="Resource" uid="uid://d1lc8lhq1b05p" path="res://Resources/Debug/DebugLevels.tres" id="3_cvgqx"]
|
|
[ext_resource type="Texture2D" uid="uid://d1a0nwd4wdph7" path="res://Sprites/UI/Back_Small.png" id="5_1xl3a"]
|
|
|
|
[node name="DebugMenu" type="VBoxContainer" node_paths=PackedStringArray("ButtonsContainer", "CheatsContainer", "DefaultSelectedButton")]
|
|
process_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_5vtnj")
|
|
ButtonTheme = ExtResource("2_6il8q")
|
|
Levels = ExtResource("3_cvgqx")
|
|
ButtonsContainer = NodePath("ScrollContainer/Level Select")
|
|
CheatsContainer = NodePath("HBoxContainer/ScrollContainer/CheatsContainer")
|
|
DefaultSelectedButton = NodePath("ScrollContainer/Level Select/BackButton")
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
|
|
[node name="CheckBox" type="CheckBox" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
theme = ExtResource("2_wqb8e")
|
|
theme_override_font_sizes/font_size = 14
|
|
text = "Skip Dialogues"
|
|
|
|
[node name="God Mode" type="CheckBox" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
theme = ExtResource("2_wqb8e")
|
|
theme_override_font_sizes/font_size = 14
|
|
text = "God Mode
|
|
"
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="CheatsContainer" type="HBoxContainer" parent="HBoxContainer/ScrollContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="."]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="Level Select" type="FlowContainer" parent="ScrollContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="BackButton" type="Button" parent="ScrollContainer/Level Select"]
|
|
layout_mode = 2
|
|
theme = ExtResource("2_wqb8e")
|
|
theme_override_font_sizes/font_size = 10
|
|
text = "Back"
|
|
icon = ExtResource("5_1xl3a")
|
|
|
|
[connection signal="toggled" from="HBoxContainer/CheckBox" to="." method="_on_check_box_toggled"]
|
|
[connection signal="pressed" from="ScrollContainer/Level Select/BackButton" to="." method="_on_back_button_pressed"]
|