Files
puzzle-quest/scenes/UI/settings/Settings.tscn
T

101 lines
3.8 KiB
Plaintext
Raw Normal View History

[gd_scene format=3 uid="uid://ccc65743enkt6"]
[ext_resource type="Script" uid="uid://4r5k5evs8p4" path="res://scenes/UI/settings/Settings.gd" id="1"]
[node name="Settings" type="CenterContainer" unique_id=699546480]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -1.12244
offset_right = -1.12244
script = ExtResource("1")
[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=302387473]
layout_mode = 2
alignment = 1
[node name="langue" type="CenterContainer" parent="VBoxContainer" unique_id=282359486]
layout_mode = 2
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/langue" unique_id=1667789483]
layout_mode = 2
[node name="Label" type="Label" parent="VBoxContainer/langue/VBoxContainer" unique_id=1488070578]
layout_mode = 2
text = "langue :"
horizontal_alignment = 1
[node name="data" type="ItemList" parent="VBoxContainer/langue/VBoxContainer" unique_id=1488206371]
layout_mode = 2
2021-06-03 22:18:50 +02:00
focus_mode = 0
2021-05-29 21:09:10 +02:00
auto_height = true
max_columns = 2
same_column_width = true
fixed_icon_size = Vector2i(32, 32)
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/langue" unique_id=1459762193]
layout_mode = 2
[node name="gyroscope" type="CenterContainer" parent="VBoxContainer" unique_id=1525036037]
layout_mode = 2
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/gyroscope" unique_id=1912659566]
layout_mode = 2
[node name="Label" type="Label" parent="VBoxContainer/gyroscope/HBoxContainer" unique_id=1359372643]
layout_mode = 2
text = "gyroscope :"
[node name="data" type="CheckButton" parent="VBoxContainer/gyroscope/HBoxContainer" unique_id=1589233703]
layout_mode = 2
[node name="ambient_sound" type="CenterContainer" parent="VBoxContainer" unique_id=633296278]
layout_mode = 2
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/ambient_sound" unique_id=1092892428]
layout_mode = 2
[node name="Label" type="Label" parent="VBoxContainer/ambient_sound/HBoxContainer" unique_id=488463942]
layout_mode = 2
text = "Ambiant sound :"
[node name="data" type="CheckButton" parent="VBoxContainer/ambient_sound/HBoxContainer" unique_id=273527408]
layout_mode = 2
[node name="resolution" type="CenterContainer" parent="VBoxContainer" unique_id=1502344262]
layout_mode = 2
2021-05-29 21:09:10 +02:00
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/resolution" unique_id=2142236831]
layout_mode = 2
2021-05-29 21:09:10 +02:00
[node name="Label" type="Label" parent="VBoxContainer/resolution/VBoxContainer" unique_id=1803587554]
layout_mode = 2
2021-05-29 21:09:10 +02:00
text = "Resolution :"
[node name="data" type="ItemList" parent="VBoxContainer/resolution/VBoxContainer" unique_id=2020766411]
layout_mode = 2
2021-05-29 21:09:10 +02:00
size_flags_horizontal = 3
size_flags_vertical = 3
focus_mode = 0
2021-05-29 21:09:10 +02:00
auto_height = true
same_column_width = true
[node name="fullscreen" type="CenterContainer" parent="VBoxContainer" unique_id=1761837864]
layout_mode = 2
2021-05-29 21:09:10 +02:00
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/fullscreen" unique_id=1642161546]
layout_mode = 2
2021-05-29 21:09:10 +02:00
[node name="Label" type="Label" parent="VBoxContainer/fullscreen/HBoxContainer" unique_id=89060107]
layout_mode = 2
2021-05-29 21:09:10 +02:00
text = "Fullscreen :"
[node name="data" type="CheckButton" parent="VBoxContainer/fullscreen/HBoxContainer" unique_id=741966003]
layout_mode = 2
2021-05-29 21:09:10 +02:00
[connection signal="item_selected" from="VBoxContainer/langue/VBoxContainer/data" to="." method="_on_langue_item_selected"]
[connection signal="pressed" from="VBoxContainer/gyroscope/HBoxContainer/data" to="." method="_on_gyroscope_pressed"]
2021-05-23 22:50:10 +02:00
[connection signal="pressed" from="VBoxContainer/ambient_sound/HBoxContainer/data" to="." method="_on_ambient_sound_pressed"]
2021-05-29 21:09:10 +02:00
[connection signal="item_selected" from="VBoxContainer/resolution/VBoxContainer/data" to="." method="_on_resolution_item_selected"]
[connection signal="pressed" from="VBoxContainer/fullscreen/HBoxContainer/data" to="." method="_on_fullscreen_item_selected"]