summaryrefslogtreecommitdiff
path: root/scenes/ui/options.tscn
diff options
context:
space:
mode:
authorRadio <radiohotline@disroot.org>2026-05-30 00:15:31 +0300
committerRadio <radiohotline@disroot.org>2026-05-30 00:15:31 +0300
commit9d87bc7922f76dc835ac4d4e99115b204cbfdea7 (patch)
treec777566d4a5026ec9a166cbb37769afa588282fb /scenes/ui/options.tscn
parentc10385a69170ac4e366477ded90cacb83b98d787 (diff)
menus my menu
Diffstat (limited to 'scenes/ui/options.tscn')
-rw-r--r--scenes/ui/options.tscn53
1 files changed, 53 insertions, 0 deletions
diff --git a/scenes/ui/options.tscn b/scenes/ui/options.tscn
new file mode 100644
index 0000000..252eccd
--- /dev/null
+++ b/scenes/ui/options.tscn
@@ -0,0 +1,53 @@
+[gd_scene format=3 uid="uid://i8ml66ykc8eh"]
+
+[ext_resource type="PackedScene" uid="uid://dj2dk1g7jnk23" path="res://scenes/ui/title_button.tscn" id="1_ad3a0"]
+[ext_resource type="Script" uid="uid://ck4twnv274ivh" path="res://scenes/ui/options.gd" id="1_lr2b1"]
+
+[node name="CanvasLayer" type="CanvasLayer" unique_id=1973935756]
+script = ExtResource("1_lr2b1")
+
+[node name="Control" type="Control" parent="." unique_id=1010669591]
+layout_mode = 3
+anchors_preset = 8
+anchor_left = 0.5
+anchor_top = 0.5
+anchor_right = 0.5
+anchor_bottom = 0.5
+offset_left = -20.0
+offset_top = -20.0
+offset_right = 20.0
+offset_bottom = 20.0
+grow_horizontal = 2
+grow_vertical = 2
+
+[node name="VBoxContainer" type="VBoxContainer" parent="Control" unique_id=551513181]
+layout_mode = 1
+anchors_preset = 8
+anchor_left = 0.5
+anchor_top = 0.5
+anchor_right = 0.5
+anchor_bottom = 0.5
+offset_left = -50.0
+offset_top = -92.5
+offset_right = 50.0
+offset_bottom = 92.5
+grow_horizontal = 2
+grow_vertical = 2
+
+[node name="Label" type="Label" parent="Control/VBoxContainer" unique_id=1111325079]
+layout_mode = 2
+theme_override_font_sizes/font_size = 50
+text = "OPTIONS"
+
+[node name="Button" parent="Control/VBoxContainer" unique_id=1597537067 instance=ExtResource("1_ad3a0")]
+layout_mode = 2
+
+[node name="Button2" parent="Control/VBoxContainer" unique_id=932377545 instance=ExtResource("1_ad3a0")]
+layout_mode = 2
+
+[node name="Close" parent="Control/VBoxContainer" unique_id=1306792286 instance=ExtResource("1_ad3a0")]
+layout_mode = 2
+text = "Close
+"
+
+[connection signal="pressed" from="Control/VBoxContainer/Close" to="." method="_on_close_pressed"]