frame-of-mind/src/logic-scenes/main menu/gameplay_settings.tscn

116 lines
3.2 KiB
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://dxwqkxq6qjk7i"]
[ext_resource type="Script" uid="uid://bsnktd8qk5fl7" path="res://logic-scenes/main menu/gameplay_settings.gd" id="1_aurh1"]
[sub_resource type="InputEventAction" id="InputEventAction_gy6yb"]
action = &"ui_cancel"
pressed = true
[sub_resource type="Shortcut" id="Shortcut_0peu0"]
events = [SubResource("InputEventAction_gy6yb")]
[node name="Gameplay Settings" type="VBoxContainer"]
script = ExtResource("1_aurh1")
metadata/_tab_index = 1
[node name="Label" type="Label" parent="."]
layout_mode = 2
theme_type_variation = &"HeaderLarge"
text = "Gameplay Settings"
[node name="Label2" type="Label" parent="."]
visible = false
layout_mode = 2
theme_type_variation = &"HeaderMedium"
text = "Gameplay Settings"
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 2
[node name="InvertYGamepad" type="CheckBox" parent="VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
tooltip_text = "gameplay_invert_y_tooltop"
text = "gameplay_invert_y_gamepad"
[node name="InvertYMouse" type="CheckBox" parent="VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
tooltip_text = "gameplay_invert_y_tooltop"
text = "gameplay_invert_y_mouse"
[node name="SimplifyControls" type="CheckBox" parent="VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
tooltip_text = "gameplay_simplify_tooltop"
text = "gameplay_simplified"
[node name="GridContainer" type="GridContainer" parent="VBoxContainer"]
layout_mode = 2
columns = 2
[node name="Label" type="Label" parent="VBoxContainer/GridContainer"]
layout_mode = 2
text = "Input Sensitivity"
[node name="InputSensitivitySlider" type="HSlider" parent="VBoxContainer/GridContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 4
max_value = 1.0
step = 0.05
value = 0.5
ticks_on_borders = true
[node name="Label2" type="Label" parent="VBoxContainer/GridContainer"]
layout_mode = 2
text = "Field of View"
[node name="FOVSlider" type="HSlider" parent="VBoxContainer/GridContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 4
min_value = 40.0
max_value = 110.0
step = 0.05
value = 75.0
ticks_on_borders = true
[node name="Label3" type="Label" parent="VBoxContainer/GridContainer"]
layout_mode = 2
text = "Stream Overlay"
[node name="StreamOverlayPicker" type="OptionButton" parent="VBoxContainer/GridContainer"]
unique_name_in_owner = true
layout_mode = 2
tooltip_text = "Displays content note and currently playing music at s corner of the screen."
selected = 0
item_count = 5
popup/item_0/text = "none"
popup/item_0/id = 0
popup/item_1/text = "Top Left"
popup/item_1/id = 2
popup/item_2/text = "Top Right"
popup/item_2/id = 3
popup/item_3/text = "Bottom Left"
popup/item_3/id = 5
popup/item_4/text = "Bottom Right"
popup/item_4/id = 6
[node name="Audio Sliders" type="HBoxContainer" parent="VBoxContainer"]
layout_mode = 2
[node name="Labels" type="VBoxContainer" parent="VBoxContainer/Audio Sliders"]
layout_mode = 2
[node name="Sliders" type="VBoxContainer" parent="VBoxContainer/Audio Sliders"]
layout_mode = 2
[node name="SaveButton" type="Button" parent="."]
unique_name_in_owner = true
layout_mode = 2
shortcut = SubResource("Shortcut_0peu0")
text = "save and exit"