skullball/godot/scenes/ui/settings.tscn
2026-07-26 02:03:10 +03:00

64 lines
2.0 KiB
Plaintext

[gd_scene format=3 uid="uid://n3u0jr4wiib1"]
[ext_resource type="PackedScene" uid="uid://cqiwdajl71ujv" path="res://scenes/ui/slider.tscn" id="1_8wfqe"]
[node name="settings" type="SettingsPanel" unique_id=999912383 node_paths=PackedStringArray("general_grid", "volume_grid", "keybinds_grid")]
general_grid = NodePath("v_box_container/tab_container/general")
volume_grid = NodePath("v_box_container/tab_container/volume")
keybinds_grid = NodePath("v_box_container/tab_container/keybinds")
slider_scene = ExtResource("1_8wfqe")
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -207.0
offset_top = -112.0
offset_right = 207.0
offset_bottom = 112.0
grow_horizontal = 2
grow_vertical = 2
[node name="v_box_container" type="VBoxContainer" parent="." unique_id=1384128810]
layout_mode = 2
[node name="label" type="Label" parent="v_box_container" unique_id=2036746921]
layout_mode = 2
text = "Settings"
horizontal_alignment = 1
[node name="tab_container" type="TabContainer" parent="v_box_container" unique_id=66433174]
layout_mode = 2
size_flags_vertical = 3
current_tab = 0
[node name="general" type="GridContainer" parent="v_box_container/tab_container" unique_id=833231169]
custom_minimum_size = Vector2(400, 0)
custom_maximum_size = Vector2(400, -1)
layout_mode = 2
columns = 2
metadata/_tab_index = 0
[node name="volume" type="GridContainer" parent="v_box_container/tab_container" unique_id=1992916365]
visible = false
custom_minimum_size = Vector2(400, 0)
custom_maximum_size = Vector2(400, -1)
layout_mode = 2
columns = 2
metadata/_tab_index = 1
[node name="keybinds" type="GridContainer" parent="v_box_container/tab_container" unique_id=852698711]
visible = false
custom_minimum_size = Vector2(400, 0)
custom_maximum_size = Vector2(400, -1)
layout_mode = 2
columns = 2
metadata/_tab_index = 2
[node name="button" type="Button" parent="v_box_container" unique_id=1301469030]
layout_mode = 2
size_flags_horizontal = 4
text = "Close"
[connection signal="pressed" from="v_box_container/button" to="." method="close"]