skullball/godot/scenes/ui/settings.tscn
2026-07-23 21:39:51 +03:00

55 lines
1.4 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("settings_grid")]
settings_grid = NodePath("grid")
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="label" type="Label" parent="." unique_id=2036746921]
layout_mode = 0
offset_left = 57.0
offset_right = 357.0
offset_bottom = 23.0
text = "Settings"
horizontal_alignment = 1
[node name="grid" type="GridContainer" parent="." unique_id=833231169]
custom_minimum_size = Vector2(400, 0)
custom_maximum_size = Vector2(400, -1)
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -145.0
offset_top = -74.0
offset_right = 155.0
offset_bottom = 67.0
grow_horizontal = 2
grow_vertical = 2
columns = 2
[node name="button" type="Button" parent="." unique_id=1301469030]
layout_mode = 0
offset_left = 182.0
offset_top = 192.0
offset_right = 232.0
offset_bottom = 223.0
size_flags_horizontal = 4
text = "Close"
[connection signal="pressed" from="button" to="." method="close"]