2024-10-01 23:32:59 +00:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://dxwqkxq6qjk7i"]
|
|
|
|
|
|
2025-03-23 13:20:50 +00:00
|
|
|
[ext_resource type="Script" uid="uid://bsnktd8qk5fl7" path="res://logic-scenes/main menu/gameplay_settings.gd" id="1_aurh1"]
|
2024-10-01 23:32:59 +00:00
|
|
|
|
|
|
|
|
[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"
|
|
|
|
|
|
2024-10-06 09:40:42 +00:00
|
|
|
[node name="Label2" type="Label" parent="."]
|
2025-05-10 13:23:58 +00:00
|
|
|
visible = false
|
2024-10-06 09:40:42 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
theme_type_variation = &"HeaderMedium"
|
|
|
|
|
text = "Gameplay Settings"
|
|
|
|
|
|
2024-10-01 23:32:59 +00:00
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
2025-10-07 22:33:15 +00:00
|
|
|
[node name="InvertYGamepad" type="CheckBox" parent="VBoxContainer"]
|
2024-10-01 23:32:59 +00:00
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 2
|
2025-10-07 22:33:15 +00:00
|
|
|
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"
|
2024-10-01 23:32:59 +00:00
|
|
|
|
|
|
|
|
[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
|
|
|
|
|
|
2025-10-07 22:33:15 +00:00
|
|
|
[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
|
|
|
|
|
|
2024-10-01 23:32:59 +00:00
|
|
|
[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
|
2024-10-06 09:40:42 +00:00
|
|
|
tooltip_text = "Displays content note and currently playing music at s corner of the screen."
|
2024-10-01 23:32:59 +00:00
|
|
|
selected = 0
|
|
|
|
|
item_count = 5
|
|
|
|
|
popup/item_0/text = "none"
|
2025-05-10 13:23:58 +00:00
|
|
|
popup/item_0/id = 0
|
2024-10-01 23:32:59 +00:00
|
|
|
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"
|