diff options
| author | Radio <radiohotline@disroot.org> | 2026-06-04 15:15:11 +0300 |
|---|---|---|
| committer | Radio <radiohotline@disroot.org> | 2026-06-04 15:15:11 +0300 |
| commit | 9d74b49ab62908d4acf53dde444413886b8b28e5 (patch) | |
| tree | 0cb785267ea7e239b19d88684c0d64b9bd5d52f0 /scenes/ui/options.tscn | |
| parent | 2c85d452ad02a5f89cd43bad7f9de31d0e4fa0c1 (diff) | |
escoria setup and old branch archives
Diffstat (limited to 'scenes/ui/options.tscn')
| -rw-r--r-- | scenes/ui/options.tscn | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/scenes/ui/options.tscn b/scenes/ui/options.tscn deleted file mode 100644 index f2c0278..0000000 --- a/scenes/ui/options.tscn +++ /dev/null @@ -1,54 +0,0 @@ -[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="Options" type="CanvasLayer" unique_id=1868787303] -process_mode = 3 -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"] |
