|
@@ -5,6 +5,20 @@
|
|
|
[ext_resource type="Texture2D" uid="uid://c5ujmv8i0y1pn" path="res://icon.png" id="3_xpykm"]
|
|
|
|
|
|
[sub_resource type="Environment" id="Environment_1f0b2"]
|
|
|
+background_mode = 1
|
|
|
+background_color = Color(0.6, 0.6, 0.6, 1)
|
|
|
+tonemap_mode = 3
|
|
|
+tonemap_white = 6.0
|
|
|
+sdfgi_cascades = 2
|
|
|
+sdfgi_min_cell_size = 0.1
|
|
|
+sdfgi_cascade0_distance = 6.4
|
|
|
+sdfgi_max_distance = 25.6
|
|
|
+sdfgi_y_scale = 0
|
|
|
+glow_intensity = 1.0
|
|
|
+glow_hdr_threshold = 0.5
|
|
|
+glow_hdr_scale = 0.2
|
|
|
+volumetric_fog_density = 0.0
|
|
|
+volumetric_fog_temporal_reprojection_amount = 0.95
|
|
|
adjustment_enabled = true
|
|
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_w3j8l"]
|
|
@@ -22,22 +36,11 @@ script = ExtResource( "1_gm54x" )
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
|
|
environment = SubResource( "Environment_1f0b2" )
|
|
|
|
|
|
-[node name="SubViewportContainer" type="SubViewportContainer" parent="."]
|
|
|
-anchor_right = 1.0
|
|
|
-anchor_bottom = 1.0
|
|
|
-stretch = true
|
|
|
-
|
|
|
-[node name="SubViewport" type="SubViewport" parent="SubViewportContainer"]
|
|
|
-handle_input_locally = false
|
|
|
-size = Vector2i(1024, 600)
|
|
|
-render_target_update_mode = 4
|
|
|
-
|
|
|
-[node name="Node3D" parent="SubViewportContainer/SubViewport" instance=ExtResource( "2_hsbu5" )]
|
|
|
+[node name="Node3D" parent="." instance=ExtResource( "2_hsbu5" )]
|
|
|
|
|
|
[node name="SettingsMenu" type="PanelContainer" parent="."]
|
|
|
anchor_bottom = 1.0
|
|
|
-offset_right = 372.0
|
|
|
-grow_horizontal = 2
|
|
|
+offset_right = 429.0
|
|
|
grow_vertical = 2
|
|
|
theme_override_styles/panel = SubResource( "StyleBoxFlat_w3j8l" )
|
|
|
|
|
@@ -45,25 +48,26 @@ theme_override_styles/panel = SubResource( "StyleBoxFlat_w3j8l" )
|
|
|
clip_contents = false
|
|
|
offset_left = 20.0
|
|
|
offset_top = 50.0
|
|
|
-offset_right = 352.0
|
|
|
+offset_right = 409.0
|
|
|
offset_bottom = 590.0
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="SettingsMenu/ScrollContainer"]
|
|
|
-offset_right = 324.0
|
|
|
-offset_bottom = 613.0
|
|
|
+offset_right = 358.0
|
|
|
+offset_bottom = 710.0
|
|
|
size_flags_horizontal = 3
|
|
|
size_flags_vertical = 3
|
|
|
theme_override_constants/separation = 10
|
|
|
|
|
|
[node name="UISection" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer"]
|
|
|
-offset_right = 324.0
|
|
|
+offset_right = 381.0
|
|
|
offset_bottom = 26.0
|
|
|
-text = "UI Section"
|
|
|
+theme_override_colors/font_color = Color(0.683425, 0.916893, 1, 1)
|
|
|
+text = "User Interface Settings"
|
|
|
horizontal_alignment = 1
|
|
|
|
|
|
[node name="GridContainer" type="GridContainer" parent="SettingsMenu/ScrollContainer/VBoxContainer"]
|
|
|
offset_top = 36.0
|
|
|
-offset_right = 324.0
|
|
|
+offset_right = 381.0
|
|
|
offset_bottom = 69.0
|
|
|
size_flags_horizontal = 3
|
|
|
size_flags_vertical = 3
|
|
@@ -72,7 +76,7 @@ columns = 2
|
|
|
|
|
|
[node name="UIScaleLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer"]
|
|
|
offset_top = 3.0
|
|
|
-offset_right = 160.0
|
|
|
+offset_right = 188.0
|
|
|
offset_bottom = 29.0
|
|
|
size_flags_horizontal = 3
|
|
|
theme_override_font_sizes/font_size = 16
|
|
@@ -80,106 +84,120 @@ text = "UI Scale:"
|
|
|
|
|
|
[node name="UIScaleOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer"]
|
|
|
minimum_size = Vector2(100, 33)
|
|
|
-offset_left = 164.0
|
|
|
-offset_right = 324.0
|
|
|
+offset_left = 192.0
|
|
|
+offset_right = 380.0
|
|
|
offset_bottom = 33.0
|
|
|
size_flags_horizontal = 3
|
|
|
theme_override_font_sizes/font_size = 16
|
|
|
item_count = 5
|
|
|
selected = 2
|
|
|
-popup/item_0/text = "Extra Small"
|
|
|
+popup/item_0/text = "Smaller (66%)"
|
|
|
popup/item_0/id = 0
|
|
|
-popup/item_1/text = "Small"
|
|
|
+popup/item_1/text = "Small (80%)"
|
|
|
popup/item_1/id = 1
|
|
|
-popup/item_2/text = "Normal"
|
|
|
+popup/item_2/text = "Medium (100%)"
|
|
|
popup/item_2/id = 2
|
|
|
-popup/item_3/text = "Big"
|
|
|
+popup/item_3/text = "Large (133%)"
|
|
|
popup/item_3/id = 3
|
|
|
-popup/item_4/text = "Extra Big"
|
|
|
+popup/item_4/text = "Larger (200%)"
|
|
|
popup/item_4/id = 4
|
|
|
|
|
|
[node name="ViewportSection" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer"]
|
|
|
offset_top = 79.0
|
|
|
-offset_right = 324.0
|
|
|
+offset_right = 381.0
|
|
|
offset_bottom = 105.0
|
|
|
-text = "Quality Section"
|
|
|
+theme_override_colors/font_color = Color(0.683425, 0.916893, 1, 1)
|
|
|
+text = "Video Settings"
|
|
|
horizontal_alignment = 1
|
|
|
|
|
|
[node name="GridContainer2" type="GridContainer" parent="SettingsMenu/ScrollContainer/VBoxContainer"]
|
|
|
offset_top = 115.0
|
|
|
-offset_right = 324.0
|
|
|
-offset_bottom = 296.0
|
|
|
+offset_right = 381.0
|
|
|
+offset_bottom = 356.0
|
|
|
columns = 2
|
|
|
|
|
|
[node name="QualityLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"]
|
|
|
-offset_top = 3.0
|
|
|
-offset_right = 160.0
|
|
|
-offset_bottom = 29.0
|
|
|
+offset_right = 188.0
|
|
|
+offset_bottom = 26.0
|
|
|
+size_flags_horizontal = 3
|
|
|
+theme_override_font_sizes/font_size = 16
|
|
|
+text = "Resolution Scale:"
|
|
|
+
|
|
|
+[node name="QualitySlider" type="HSlider" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"]
|
|
|
+offset_left = 192.0
|
|
|
+offset_right = 380.0
|
|
|
+offset_bottom = 26.0
|
|
|
+size_flags_horizontal = 3
|
|
|
+size_flags_vertical = 1
|
|
|
+min_value = 0.25
|
|
|
+max_value = 2.0
|
|
|
+step = 0.05
|
|
|
+value = 1.0
|
|
|
+
|
|
|
+[node name="FilterLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"]
|
|
|
+offset_top = 33.0
|
|
|
+offset_right = 188.0
|
|
|
+offset_bottom = 59.0
|
|
|
size_flags_horizontal = 3
|
|
|
theme_override_font_sizes/font_size = 16
|
|
|
-text = "Quality:"
|
|
|
+text = "Display Filter:"
|
|
|
|
|
|
-[node name="QualityOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"]
|
|
|
+[node name="FilterOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"]
|
|
|
minimum_size = Vector2(100, 33)
|
|
|
-offset_left = 164.0
|
|
|
-offset_right = 324.0
|
|
|
-offset_bottom = 33.0
|
|
|
+offset_left = 192.0
|
|
|
+offset_top = 30.0
|
|
|
+offset_right = 380.0
|
|
|
+offset_bottom = 63.0
|
|
|
size_flags_horizontal = 3
|
|
|
theme_override_font_sizes/font_size = 16
|
|
|
-item_count = 5
|
|
|
-selected = 2
|
|
|
-popup/item_0/text = "Extra Low"
|
|
|
+item_count = 2
|
|
|
+selected = 0
|
|
|
+popup/item_0/text = "Bilinear (Fastest)"
|
|
|
popup/item_0/id = 0
|
|
|
-popup/item_1/text = "Low"
|
|
|
+popup/item_1/text = "FSR 1.0 (Fast)"
|
|
|
popup/item_1/id = 1
|
|
|
-popup/item_2/text = "Medium"
|
|
|
-popup/item_2/id = 2
|
|
|
-popup/item_3/text = "High"
|
|
|
-popup/item_3/id = 3
|
|
|
-popup/item_4/text = "Extra High"
|
|
|
-popup/item_4/id = 4
|
|
|
|
|
|
-[node name="FilterLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"]
|
|
|
-offset_top = 40.0
|
|
|
-offset_right = 160.0
|
|
|
-offset_bottom = 66.0
|
|
|
+[node name="FullscreenLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"]
|
|
|
+offset_top = 70.0
|
|
|
+offset_right = 188.0
|
|
|
+offset_bottom = 96.0
|
|
|
size_flags_horizontal = 3
|
|
|
theme_override_font_sizes/font_size = 16
|
|
|
-text = "Filter:"
|
|
|
+text = "Fullscreen:"
|
|
|
|
|
|
-[node name="FilterOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"]
|
|
|
+[node name="FullscreenOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"]
|
|
|
minimum_size = Vector2(100, 33)
|
|
|
-offset_left = 164.0
|
|
|
-offset_top = 37.0
|
|
|
-offset_right = 324.0
|
|
|
-offset_bottom = 70.0
|
|
|
+offset_left = 192.0
|
|
|
+offset_top = 67.0
|
|
|
+offset_right = 380.0
|
|
|
+offset_bottom = 100.0
|
|
|
size_flags_horizontal = 3
|
|
|
theme_override_font_sizes/font_size = 16
|
|
|
item_count = 2
|
|
|
-selected = 1
|
|
|
+selected = 0
|
|
|
popup/item_0/text = "Disabled"
|
|
|
popup/item_0/id = 0
|
|
|
popup/item_1/text = "Enabled"
|
|
|
popup/item_1/id = 1
|
|
|
|
|
|
[node name="VsyncLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"]
|
|
|
-offset_top = 77.0
|
|
|
-offset_right = 160.0
|
|
|
-offset_bottom = 103.0
|
|
|
+offset_top = 107.0
|
|
|
+offset_right = 188.0
|
|
|
+offset_bottom = 133.0
|
|
|
size_flags_horizontal = 3
|
|
|
theme_override_font_sizes/font_size = 16
|
|
|
-text = "Vsync:"
|
|
|
+text = "V-Sync:"
|
|
|
|
|
|
[node name="VsyncOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"]
|
|
|
minimum_size = Vector2(100, 33)
|
|
|
-offset_left = 164.0
|
|
|
-offset_top = 74.0
|
|
|
-offset_right = 324.0
|
|
|
-offset_bottom = 107.0
|
|
|
+offset_left = 192.0
|
|
|
+offset_top = 104.0
|
|
|
+offset_right = 380.0
|
|
|
+offset_bottom = 137.0
|
|
|
size_flags_horizontal = 3
|
|
|
theme_override_font_sizes/font_size = 16
|
|
|
item_count = 3
|
|
|
-selected = 2
|
|
|
+selected = 0
|
|
|
popup/item_0/text = "Disabled"
|
|
|
popup/item_0/id = 0
|
|
|
popup/item_1/text = "Adaptive"
|
|
@@ -188,252 +206,313 @@ popup/item_2/text = "Enabled"
|
|
|
popup/item_2/id = 2
|
|
|
|
|
|
[node name="AALabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"]
|
|
|
-offset_top = 114.0
|
|
|
-offset_right = 160.0
|
|
|
-offset_bottom = 140.0
|
|
|
+offset_top = 144.0
|
|
|
+offset_right = 188.0
|
|
|
+offset_bottom = 170.0
|
|
|
size_flags_horizontal = 3
|
|
|
theme_override_font_sizes/font_size = 16
|
|
|
-text = "Anti-Aliasing:"
|
|
|
+text = "Anti-Aliasing (MSAA):"
|
|
|
|
|
|
[node name="AAOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"]
|
|
|
minimum_size = Vector2(100, 33)
|
|
|
-offset_left = 164.0
|
|
|
-offset_top = 111.0
|
|
|
-offset_right = 324.0
|
|
|
-offset_bottom = 144.0
|
|
|
+offset_left = 192.0
|
|
|
+offset_top = 141.0
|
|
|
+offset_right = 380.0
|
|
|
+offset_bottom = 174.0
|
|
|
size_flags_horizontal = 3
|
|
|
theme_override_font_sizes/font_size = 16
|
|
|
-item_count = 5
|
|
|
+item_count = 4
|
|
|
selected = 0
|
|
|
-popup/item_0/text = "Disabled"
|
|
|
+popup/item_0/text = "Disabled (Fastest)"
|
|
|
popup/item_0/id = 0
|
|
|
-popup/item_1/text = "FXAA"
|
|
|
+popup/item_1/text = "2× (Average)"
|
|
|
popup/item_1/id = 1
|
|
|
-popup/item_2/text = "2x"
|
|
|
+popup/item_2/text = "4× (Slow)"
|
|
|
popup/item_2/id = 2
|
|
|
-popup/item_3/text = "4x"
|
|
|
+popup/item_3/text = "8× (Slower)"
|
|
|
popup/item_3/id = 3
|
|
|
-popup/item_4/text = "8x"
|
|
|
-popup/item_4/id = 4
|
|
|
|
|
|
-[node name="FullscreenLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"]
|
|
|
-offset_top = 151.0
|
|
|
-offset_right = 160.0
|
|
|
-offset_bottom = 177.0
|
|
|
+[node name="FXAALabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"]
|
|
|
+offset_top = 181.0
|
|
|
+offset_right = 188.0
|
|
|
+offset_bottom = 207.0
|
|
|
size_flags_horizontal = 3
|
|
|
theme_override_font_sizes/font_size = 16
|
|
|
-text = "Fullscreen:"
|
|
|
+text = "Anti-Aliasing (FXAA):"
|
|
|
|
|
|
-[node name="FullscreenOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"]
|
|
|
+[node name="FXAAOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"]
|
|
|
minimum_size = Vector2(100, 33)
|
|
|
-offset_left = 164.0
|
|
|
-offset_top = 148.0
|
|
|
-offset_right = 324.0
|
|
|
-offset_bottom = 181.0
|
|
|
+offset_left = 192.0
|
|
|
+offset_top = 178.0
|
|
|
+offset_right = 380.0
|
|
|
+offset_bottom = 211.0
|
|
|
size_flags_horizontal = 3
|
|
|
theme_override_font_sizes/font_size = 16
|
|
|
item_count = 2
|
|
|
selected = 0
|
|
|
-popup/item_0/text = "Disabled"
|
|
|
+popup/item_0/text = "Disabled (Fastest)"
|
|
|
popup/item_0/id = 0
|
|
|
-popup/item_1/text = "Enabled"
|
|
|
+popup/item_1/text = "FXAA (Fast)"
|
|
|
popup/item_1/id = 1
|
|
|
|
|
|
+[node name="FOVLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"]
|
|
|
+offset_top = 215.0
|
|
|
+offset_right = 188.0
|
|
|
+offset_bottom = 241.0
|
|
|
+size_flags_horizontal = 3
|
|
|
+theme_override_font_sizes/font_size = 16
|
|
|
+text = "Field of View:"
|
|
|
+
|
|
|
+[node name="FOVSlider" type="HSlider" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2"]
|
|
|
+offset_left = 192.0
|
|
|
+offset_top = 215.0
|
|
|
+offset_right = 380.0
|
|
|
+offset_bottom = 241.0
|
|
|
+size_flags_horizontal = 3
|
|
|
+size_flags_vertical = 1
|
|
|
+min_value = 50.0
|
|
|
+step = 0.1
|
|
|
+value = 75.0
|
|
|
+
|
|
|
[node name="EnvironmentSection" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer"]
|
|
|
-offset_top = 306.0
|
|
|
-offset_right = 324.0
|
|
|
-offset_bottom = 332.0
|
|
|
-text = "Environment Section"
|
|
|
+offset_top = 366.0
|
|
|
+offset_right = 381.0
|
|
|
+offset_bottom = 392.0
|
|
|
+theme_override_colors/font_color = Color(0.683425, 0.916893, 1, 1)
|
|
|
+text = "Effect Settings"
|
|
|
horizontal_alignment = 1
|
|
|
|
|
|
[node name="GridContainer3" type="GridContainer" parent="SettingsMenu/ScrollContainer/VBoxContainer"]
|
|
|
-offset_top = 342.0
|
|
|
-offset_right = 324.0
|
|
|
-offset_bottom = 613.0
|
|
|
+offset_top = 402.0
|
|
|
+offset_right = 381.0
|
|
|
+offset_bottom = 710.0
|
|
|
columns = 2
|
|
|
|
|
|
-[node name="SSReflectionsLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
+[node name="SDFGILabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
offset_top = 3.0
|
|
|
-offset_right = 160.0
|
|
|
+offset_right = 188.0
|
|
|
offset_bottom = 29.0
|
|
|
size_flags_horizontal = 3
|
|
|
theme_override_font_sizes/font_size = 16
|
|
|
-text = "SS Reflections:"
|
|
|
+text = "Global Illumination:"
|
|
|
|
|
|
-[node name="SSReflectionsOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
+[node name="SDFGIOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
minimum_size = Vector2(100, 33)
|
|
|
-offset_left = 164.0
|
|
|
-offset_right = 324.0
|
|
|
+offset_left = 192.0
|
|
|
+offset_right = 380.0
|
|
|
offset_bottom = 33.0
|
|
|
size_flags_horizontal = 3
|
|
|
theme_override_font_sizes/font_size = 16
|
|
|
-item_count = 4
|
|
|
+item_count = 3
|
|
|
selected = 0
|
|
|
-popup/item_0/text = "Disabled"
|
|
|
+popup/item_0/text = "Disabled (Fastest)"
|
|
|
popup/item_0/id = 0
|
|
|
-popup/item_1/text = "Low"
|
|
|
+popup/item_1/text = "Low (Average)"
|
|
|
popup/item_1/id = 1
|
|
|
-popup/item_2/text = "Medium"
|
|
|
+popup/item_2/text = "High (Slow)"
|
|
|
popup/item_2/id = 2
|
|
|
-popup/item_3/text = "High"
|
|
|
-popup/item_3/id = 3
|
|
|
|
|
|
-[node name="SSAOLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
+[node name="GlowLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
offset_top = 40.0
|
|
|
-offset_right = 160.0
|
|
|
+offset_right = 188.0
|
|
|
offset_bottom = 66.0
|
|
|
size_flags_horizontal = 3
|
|
|
theme_override_font_sizes/font_size = 16
|
|
|
-text = "SSAO:"
|
|
|
+text = "Bloom:"
|
|
|
|
|
|
-[node name="SSAOOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
+[node name="GlowOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
minimum_size = Vector2(100, 33)
|
|
|
-offset_left = 164.0
|
|
|
+offset_left = 192.0
|
|
|
offset_top = 37.0
|
|
|
-offset_right = 324.0
|
|
|
+offset_right = 380.0
|
|
|
offset_bottom = 70.0
|
|
|
size_flags_horizontal = 3
|
|
|
theme_override_font_sizes/font_size = 16
|
|
|
-item_count = 2
|
|
|
+item_count = 3
|
|
|
selected = 0
|
|
|
-popup/item_0/text = "Disabled"
|
|
|
+popup/item_0/text = "Disabled (Fastest)"
|
|
|
popup/item_0/id = 0
|
|
|
-popup/item_1/text = "Enabled"
|
|
|
+popup/item_1/text = "Low (Fast)"
|
|
|
popup/item_1/id = 1
|
|
|
+popup/item_2/text = "High (Average)"
|
|
|
+popup/item_2/id = 2
|
|
|
|
|
|
-[node name="SSILLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
+[node name="SSAOLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
offset_top = 77.0
|
|
|
-offset_right = 160.0
|
|
|
+offset_right = 188.0
|
|
|
offset_bottom = 103.0
|
|
|
size_flags_horizontal = 3
|
|
|
theme_override_font_sizes/font_size = 16
|
|
|
-text = "SSIL:"
|
|
|
+text = "Ambient Occlusion:"
|
|
|
|
|
|
-[node name="SSILOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
+[node name="SSAOOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
minimum_size = Vector2(100, 33)
|
|
|
-offset_left = 164.0
|
|
|
+offset_left = 192.0
|
|
|
offset_top = 74.0
|
|
|
-offset_right = 324.0
|
|
|
+offset_right = 380.0
|
|
|
offset_bottom = 107.0
|
|
|
size_flags_horizontal = 3
|
|
|
theme_override_font_sizes/font_size = 16
|
|
|
-item_count = 2
|
|
|
+item_count = 5
|
|
|
selected = 0
|
|
|
-popup/item_0/text = "Disabled"
|
|
|
+popup/item_0/text = "Disabled (Fastest)"
|
|
|
popup/item_0/id = 0
|
|
|
-popup/item_1/text = "Enabled"
|
|
|
+popup/item_1/text = "Very Low (Fast)"
|
|
|
popup/item_1/id = 1
|
|
|
+popup/item_2/text = "Low (Fast)"
|
|
|
+popup/item_2/id = 2
|
|
|
+popup/item_3/text = "Medium (Average)"
|
|
|
+popup/item_3/id = 3
|
|
|
+popup/item_4/text = "High (Slow)"
|
|
|
+popup/item_4/id = 4
|
|
|
|
|
|
-[node name="SDFGILabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
-offset_top = 114.0
|
|
|
-offset_right = 160.0
|
|
|
-offset_bottom = 140.0
|
|
|
+[node name="SSReflectionsLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
+offset_top = 116.0
|
|
|
+offset_right = 188.0
|
|
|
+offset_bottom = 139.0
|
|
|
size_flags_horizontal = 3
|
|
|
-theme_override_font_sizes/font_size = 16
|
|
|
-text = "SDFGI:"
|
|
|
+theme_override_font_sizes/font_size = 14
|
|
|
+text = "Screen-Space Reflections:"
|
|
|
|
|
|
-[node name="SDFGIOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
+[node name="SSReflectionsOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
minimum_size = Vector2(100, 33)
|
|
|
-offset_left = 164.0
|
|
|
+offset_left = 192.0
|
|
|
offset_top = 111.0
|
|
|
-offset_right = 324.0
|
|
|
+offset_right = 380.0
|
|
|
offset_bottom = 144.0
|
|
|
size_flags_horizontal = 3
|
|
|
theme_override_font_sizes/font_size = 16
|
|
|
-item_count = 2
|
|
|
+item_count = 4
|
|
|
selected = 0
|
|
|
-popup/item_0/text = "Disabled"
|
|
|
+popup/item_0/text = "Disabled (Fastest)"
|
|
|
popup/item_0/id = 0
|
|
|
-popup/item_1/text = "Enabled"
|
|
|
+popup/item_1/text = "Low (Average)"
|
|
|
popup/item_1/id = 1
|
|
|
+popup/item_2/text = "Medium (Slow)"
|
|
|
+popup/item_2/id = 2
|
|
|
+popup/item_3/text = "High (Slower)"
|
|
|
+popup/item_3/id = 3
|
|
|
|
|
|
-[node name="GlowLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
+[node name="SSILLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
offset_top = 151.0
|
|
|
-offset_right = 160.0
|
|
|
+offset_right = 188.0
|
|
|
offset_bottom = 177.0
|
|
|
size_flags_horizontal = 3
|
|
|
theme_override_font_sizes/font_size = 16
|
|
|
-text = "Glow:"
|
|
|
+text = "Screen-Space Lighting:"
|
|
|
|
|
|
-[node name="GlowOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
+[node name="SSILOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
minimum_size = Vector2(100, 33)
|
|
|
-offset_left = 164.0
|
|
|
+offset_left = 192.0
|
|
|
offset_top = 148.0
|
|
|
-offset_right = 324.0
|
|
|
+offset_right = 380.0
|
|
|
offset_bottom = 181.0
|
|
|
size_flags_horizontal = 3
|
|
|
theme_override_font_sizes/font_size = 16
|
|
|
-item_count = 2
|
|
|
+item_count = 5
|
|
|
selected = 0
|
|
|
-popup/item_0/text = "Disabled"
|
|
|
+popup/item_0/text = "Disabled (Fastest)"
|
|
|
popup/item_0/id = 0
|
|
|
-popup/item_1/text = "Enabled"
|
|
|
+popup/item_1/text = "Very Low (Fast)"
|
|
|
+popup/item_1/id = 1
|
|
|
+popup/item_2/text = "Low (Average)"
|
|
|
+popup/item_2/id = 2
|
|
|
+popup/item_3/text = "Medium (Slow)"
|
|
|
+popup/item_3/id = 3
|
|
|
+popup/item_4/text = "High (Slower)"
|
|
|
+popup/item_4/id = 4
|
|
|
+
|
|
|
+[node name="VolumetricFogLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
+offset_top = 188.0
|
|
|
+offset_right = 188.0
|
|
|
+offset_bottom = 214.0
|
|
|
+size_flags_horizontal = 3
|
|
|
+theme_override_font_sizes/font_size = 16
|
|
|
+text = "Volumetric Fog:"
|
|
|
+
|
|
|
+[node name="VolumetricFogOptionButton" type="OptionButton" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
+minimum_size = Vector2(100, 33)
|
|
|
+offset_left = 192.0
|
|
|
+offset_top = 185.0
|
|
|
+offset_right = 380.0
|
|
|
+offset_bottom = 218.0
|
|
|
+size_flags_horizontal = 3
|
|
|
+theme_override_font_sizes/font_size = 16
|
|
|
+item_count = 3
|
|
|
+selected = 0
|
|
|
+popup/item_0/text = "Disabled (Fastest)"
|
|
|
+popup/item_0/id = 0
|
|
|
+popup/item_1/text = "Low (Fast)"
|
|
|
popup/item_1/id = 1
|
|
|
+popup/item_2/text = "High (Average)"
|
|
|
+popup/item_2/id = 2
|
|
|
|
|
|
[node name="BrightnessLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
-offset_top = 185.0
|
|
|
-offset_right = 160.0
|
|
|
-offset_bottom = 211.0
|
|
|
+offset_top = 222.0
|
|
|
+offset_right = 188.0
|
|
|
+offset_bottom = 248.0
|
|
|
size_flags_horizontal = 3
|
|
|
theme_override_font_sizes/font_size = 16
|
|
|
text = "Brightness:"
|
|
|
|
|
|
[node name="BrightnessSlider" type="HSlider" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
-offset_left = 164.0
|
|
|
-offset_top = 185.0
|
|
|
-offset_right = 324.0
|
|
|
-offset_bottom = 211.0
|
|
|
+offset_left = 192.0
|
|
|
+offset_top = 222.0
|
|
|
+offset_right = 380.0
|
|
|
+offset_bottom = 248.0
|
|
|
size_flags_horizontal = 3
|
|
|
size_flags_vertical = 1
|
|
|
min_value = 0.5
|
|
|
-max_value = 4.0
|
|
|
-step = 0.2
|
|
|
+max_value = 2.0
|
|
|
+step = 0.01
|
|
|
value = 1.0
|
|
|
|
|
|
[node name="ContrastLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
-offset_top = 215.0
|
|
|
-offset_right = 160.0
|
|
|
-offset_bottom = 241.0
|
|
|
+offset_top = 252.0
|
|
|
+offset_right = 188.0
|
|
|
+offset_bottom = 278.0
|
|
|
size_flags_horizontal = 3
|
|
|
theme_override_font_sizes/font_size = 16
|
|
|
text = "Contrast:"
|
|
|
|
|
|
[node name="ContrastSlider" type="HSlider" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
-offset_left = 164.0
|
|
|
-offset_top = 215.0
|
|
|
-offset_right = 324.0
|
|
|
-offset_bottom = 241.0
|
|
|
+offset_left = 192.0
|
|
|
+offset_top = 252.0
|
|
|
+offset_right = 380.0
|
|
|
+offset_bottom = 278.0
|
|
|
size_flags_horizontal = 3
|
|
|
size_flags_vertical = 1
|
|
|
min_value = 0.5
|
|
|
-max_value = 4.0
|
|
|
-step = 0.2
|
|
|
+max_value = 2.0
|
|
|
+step = 0.01
|
|
|
value = 1.0
|
|
|
|
|
|
[node name="SaturationLabel" type="Label" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
-offset_top = 245.0
|
|
|
-offset_right = 160.0
|
|
|
-offset_bottom = 271.0
|
|
|
+offset_top = 282.0
|
|
|
+offset_right = 188.0
|
|
|
+offset_bottom = 308.0
|
|
|
size_flags_horizontal = 3
|
|
|
theme_override_font_sizes/font_size = 16
|
|
|
text = "Saturation:"
|
|
|
|
|
|
[node name="SaturationSlider" type="HSlider" parent="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3"]
|
|
|
-offset_left = 164.0
|
|
|
-offset_top = 245.0
|
|
|
-offset_right = 324.0
|
|
|
-offset_bottom = 271.0
|
|
|
+offset_left = 192.0
|
|
|
+offset_top = 282.0
|
|
|
+offset_right = 380.0
|
|
|
+offset_bottom = 308.0
|
|
|
size_flags_horizontal = 3
|
|
|
size_flags_vertical = 1
|
|
|
-min_value = 0.5
|
|
|
-max_value = 10.0
|
|
|
-step = 0.2
|
|
|
+min_value = 0.01
|
|
|
+max_value = 2.0
|
|
|
+step = 0.01
|
|
|
value = 1.0
|
|
|
|
|
|
-[node name="HideShowButton" type="CheckButton" parent="."]
|
|
|
+[node name="HideShowButton" type="Button" parent="."]
|
|
|
offset_right = 149.0
|
|
|
offset_bottom = 31.0
|
|
|
+focus_mode = 0
|
|
|
theme_override_font_sizes/font_size = 16
|
|
|
+toggle_mode = true
|
|
|
button_pressed = true
|
|
|
text = "Hide settings"
|
|
|
|
|
@@ -448,17 +527,40 @@ grow_horizontal = 0
|
|
|
grow_vertical = 0
|
|
|
texture = ExtResource( "3_xpykm" )
|
|
|
|
|
|
+[node name="FPSLabel" type="Label" parent="."]
|
|
|
+anchor_left = 1.0
|
|
|
+anchor_right = 1.0
|
|
|
+offset_left = -56.0
|
|
|
+offset_top = 16.0
|
|
|
+offset_right = -16.0
|
|
|
+offset_bottom = 39.0
|
|
|
+grow_horizontal = 0
|
|
|
+horizontal_alignment = 2
|
|
|
+
|
|
|
+[node name="ResolutionLabel" type="Label" parent="."]
|
|
|
+anchor_left = 1.0
|
|
|
+anchor_right = 1.0
|
|
|
+offset_left = -56.0
|
|
|
+offset_top = 48.0
|
|
|
+offset_right = -16.0
|
|
|
+offset_bottom = 71.0
|
|
|
+grow_horizontal = 0
|
|
|
+horizontal_alignment = 2
|
|
|
+
|
|
|
[connection signal="item_selected" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer/UIScaleOptionButton" to="." method="_on_ui_scale_option_button_item_selected"]
|
|
|
-[connection signal="item_selected" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2/QualityOptionButton" to="." method="_on_quality_option_button_item_selected"]
|
|
|
+[connection signal="value_changed" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2/QualitySlider" to="." method="_on_quality_slider_value_changed"]
|
|
|
[connection signal="item_selected" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2/FilterOptionButton" to="." method="_on_filter_option_button_item_selected"]
|
|
|
+[connection signal="item_selected" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2/FullscreenOptionButton" to="." method="_on_fullscreen_option_button_item_selected"]
|
|
|
[connection signal="item_selected" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2/VsyncOptionButton" to="." method="_on_vsync_option_button_item_selected"]
|
|
|
[connection signal="item_selected" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2/AAOptionButton" to="." method="_on_aa_option_button_item_selected"]
|
|
|
-[connection signal="item_selected" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2/FullscreenOptionButton" to="." method="_on_fullscreen_option_button_item_selected"]
|
|
|
-[connection signal="item_selected" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3/SSReflectionsOptionButton" to="." method="_on_ss_reflections_option_button_item_selected"]
|
|
|
-[connection signal="item_selected" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3/SSAOOptionButton" to="." method="_on_ssao_option_button_item_selected"]
|
|
|
-[connection signal="item_selected" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3/SSILOptionButton" to="." method="_on_ssil_button_item_selected"]
|
|
|
+[connection signal="item_selected" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2/FXAAOptionButton" to="." method="_on_fxaa_option_button_item_selected"]
|
|
|
+[connection signal="value_changed" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer2/FOVSlider" to="." method="_on_fov_slider_value_changed"]
|
|
|
[connection signal="item_selected" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3/SDFGIOptionButton" to="." method="_on_sdfgi_option_button_item_selected"]
|
|
|
[connection signal="item_selected" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3/GlowOptionButton" to="." method="_on_glow_option_button_item_selected"]
|
|
|
+[connection signal="item_selected" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3/SSAOOptionButton" to="." method="_on_ssao_option_button_item_selected"]
|
|
|
+[connection signal="item_selected" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3/SSReflectionsOptionButton" to="." method="_on_ss_reflections_option_button_item_selected"]
|
|
|
+[connection signal="item_selected" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3/SSILOptionButton" to="." method="_on_ssil_option_button_item_selected"]
|
|
|
+[connection signal="item_selected" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3/VolumetricFogOptionButton" to="." method="_on_volumetric_fog_option_button_item_selected"]
|
|
|
[connection signal="value_changed" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3/BrightnessSlider" to="." method="_on_brightness_slider_value_changed"]
|
|
|
[connection signal="value_changed" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3/ContrastSlider" to="." method="_on_contrast_slider_value_changed"]
|
|
|
[connection signal="value_changed" from="SettingsMenu/ScrollContainer/VBoxContainer/GridContainer3/SaturationSlider" to="." method="_on_saturation_slider_value_changed"]
|