79 lines
2.5 KiB
Plaintext
79 lines
2.5 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://btr60idiit4y7"]
|
||
|
||
[ext_resource type="Script" uid="uid://ceng1u112aqg0" path="res://menu/options.gd" id="1_61pji"]
|
||
|
||
[sub_resource type="InputEventAction" id="InputEventAction_61pji"]
|
||
action = &"ui_cancel"
|
||
|
||
[sub_resource type="Shortcut" id="Shortcut_1tdpy"]
|
||
events = [SubResource("InputEventAction_61pji")]
|
||
|
||
[node name="Options" type="Control"]
|
||
layout_mode = 3
|
||
anchors_preset = 0
|
||
script = ExtResource("1_61pji")
|
||
|
||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||
layout_mode = 0
|
||
offset_left = 100.0
|
||
offset_top = 100.0
|
||
offset_right = 271.0
|
||
offset_bottom = 194.0
|
||
alignment = 1
|
||
|
||
[node name="OptionsGridContainer" type="GridContainer" parent="VBoxContainer"]
|
||
layout_mode = 2
|
||
columns = 2
|
||
|
||
[node name="FullscreenLabel" type="Label" parent="VBoxContainer/OptionsGridContainer"]
|
||
unique_name_in_owner = true
|
||
layout_mode = 2
|
||
text = "Fullscreen"
|
||
|
||
[node name="FullscreenCheckButton" type="CheckButton" parent="VBoxContainer/OptionsGridContainer"]
|
||
unique_name_in_owner = true
|
||
layout_mode = 2
|
||
|
||
[node name="WindowFactorLabel" type="Label" parent="VBoxContainer/OptionsGridContainer"]
|
||
unique_name_in_owner = true
|
||
layout_mode = 2
|
||
text = "Window Factor"
|
||
|
||
[node name="WindowFactorOptionButton" type="OptionButton" parent="VBoxContainer/OptionsGridContainer"]
|
||
unique_name_in_owner = true
|
||
layout_mode = 2
|
||
selected = 0
|
||
item_count = 6
|
||
popup/item_0/text = "×1"
|
||
popup/item_0/id = 0
|
||
popup/item_1/text = "×2"
|
||
popup/item_1/id = 1
|
||
popup/item_2/text = "×3"
|
||
popup/item_2/id = 2
|
||
popup/item_3/text = "×4"
|
||
popup/item_3/id = 3
|
||
popup/item_4/text = "×5"
|
||
popup/item_4/id = 4
|
||
popup/item_5/text = "×6"
|
||
popup/item_5/id = 5
|
||
|
||
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
||
layout_mode = 2
|
||
alignment = 2
|
||
|
||
[node name="CreditsButton" type="Button" parent="VBoxContainer/HBoxContainer"]
|
||
unique_name_in_owner = true
|
||
layout_mode = 2
|
||
text = "Credits"
|
||
|
||
[node name="BackButton" type="Button" parent="VBoxContainer/HBoxContainer"]
|
||
unique_name_in_owner = true
|
||
layout_mode = 2
|
||
shortcut = SubResource("Shortcut_1tdpy")
|
||
text = "Back"
|
||
|
||
[connection signal="toggled" from="VBoxContainer/OptionsGridContainer/FullscreenCheckButton" to="." method="_on_fullscreen_check_button_toggled"]
|
||
[connection signal="item_selected" from="VBoxContainer/OptionsGridContainer/WindowFactorOptionButton" to="." method="_on_window_factor_option_button_item_selected"]
|
||
[connection signal="pressed" from="VBoxContainer/HBoxContainer/CreditsButton" to="." method="_on_credits_button_pressed"]
|
||
[connection signal="pressed" from="VBoxContainer/HBoxContainer/BackButton" to="." method="_on_back_button_pressed"]
|