|
|
|
@ -1,18 +1,19 @@
|
|
|
|
|
[gd_scene load_steps=14 format=3 uid="uid://bqpbrju7mc7d5"]
|
|
|
|
|
[gd_scene load_steps=15 format=3 uid="uid://bqpbrju7mc7d5"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://ui/settings/Settings.gd" id="1_gx3lf"]
|
|
|
|
|
[ext_resource type="Script" path="res://ui/settings/Glow.gd" id="1_vkhbt"]
|
|
|
|
|
[ext_resource type="Script" path="res://ui/settings/ScaleMode.gd" id="2_7a2hi"]
|
|
|
|
|
[ext_resource type="Script" path="res://ui/label/ParentNameLabel.gd" id="2_72a3s"]
|
|
|
|
|
[ext_resource type="Script" path="res://ui/settings/Preset.gd" id="3_6lki0"]
|
|
|
|
|
[ext_resource type="Script" path="res://ui/settings/RenderScale.gd" id="3_o5ei3"]
|
|
|
|
|
[ext_resource type="Script" path="res://ui/settings/DepthOfField.gd" id="5_kjasn"]
|
|
|
|
|
[ext_resource type="Script" path="res://ui/settings/SSAO.gd" id="6_fu528"]
|
|
|
|
|
[ext_resource type="Script" path="res://ui/settings/Brightness.gd" id="7_redsl"]
|
|
|
|
|
[ext_resource type="Script" path="res://ui/settings/SSIL.gd" id="7_wt6tg"]
|
|
|
|
|
[ext_resource type="Script" path="res://ui/settings/Contrast.gd" id="8_q4hif"]
|
|
|
|
|
[ext_resource type="Script" path="res://ui/settings/Saturation.gd" id="9_wbvcu"]
|
|
|
|
|
[ext_resource type="Script" path="res://ui/settings/VolumetricFog.gd" id="10_enf67"]
|
|
|
|
|
[ext_resource type="Script" path="res://ui/settings/video/Preset.gd" id="3_il1yi"]
|
|
|
|
|
[ext_resource type="Script" path="res://ui/settings/video/RenderScale.gd" id="4_owrjf"]
|
|
|
|
|
[ext_resource type="Script" path="res://ui/settings/video/ScaleMode.gd" id="5_monk2"]
|
|
|
|
|
[ext_resource type="Script" path="res://ui/settings/video/Glow.gd" id="6_13yy3"]
|
|
|
|
|
[ext_resource type="Script" path="res://ui/settings/video/DepthOfField.gd" id="7_i0l7x"]
|
|
|
|
|
[ext_resource type="Script" path="res://ui/settings/video/SSAO.gd" id="8_je43v"]
|
|
|
|
|
[ext_resource type="Script" path="res://ui/settings/video/SSIL.gd" id="9_tngfj"]
|
|
|
|
|
[ext_resource type="Script" path="res://ui/settings/video/VolumetricFog.gd" id="10_1jm8r"]
|
|
|
|
|
[ext_resource type="Script" path="res://ui/settings/video/Brightness.gd" id="11_crore"]
|
|
|
|
|
[ext_resource type="Script" path="res://ui/settings/video/Contrast.gd" id="12_5kqj0"]
|
|
|
|
|
[ext_resource type="Script" path="res://ui/settings/video/Saturation.gd" id="13_ntyeq"]
|
|
|
|
|
[ext_resource type="Script" path="res://ui/settings/layer/CullMaskToggle.gd" id="14_npk11"]
|
|
|
|
|
|
|
|
|
|
[node name="Settings" type="Control"]
|
|
|
|
|
layout_mode = 3
|
|
|
|
@ -68,7 +69,7 @@ size_flags_horizontal = 3
|
|
|
|
|
text = "High"
|
|
|
|
|
|
|
|
|
|
[node name="Preset" type="Node" parent="TabContainer/Video/VBoxContainer/Preset/HBoxContainer"]
|
|
|
|
|
script = ExtResource("3_6lki0")
|
|
|
|
|
script = ExtResource("3_il1yi")
|
|
|
|
|
|
|
|
|
|
[node name="Render Scale" type="HBoxContainer" parent="TabContainer/Video/VBoxContainer"]
|
|
|
|
|
custom_minimum_size = Vector2(0, 32)
|
|
|
|
@ -94,7 +95,7 @@ popup/item_3/text = "Ultra Quality"
|
|
|
|
|
popup/item_3/id = 3
|
|
|
|
|
popup/item_4/text = "Native"
|
|
|
|
|
popup/item_4/id = 4
|
|
|
|
|
script = ExtResource("3_o5ei3")
|
|
|
|
|
script = ExtResource("4_owrjf")
|
|
|
|
|
|
|
|
|
|
[node name="Scale Mode" type="HBoxContainer" parent="TabContainer/Video/VBoxContainer"]
|
|
|
|
|
custom_minimum_size = Vector2(0, 32)
|
|
|
|
@ -116,7 +117,7 @@ popup/item_1/text = "FSR 1.0"
|
|
|
|
|
popup/item_1/id = 1
|
|
|
|
|
popup/item_2/text = "FSR 2.2"
|
|
|
|
|
popup/item_2/id = 2
|
|
|
|
|
script = ExtResource("2_7a2hi")
|
|
|
|
|
script = ExtResource("5_monk2")
|
|
|
|
|
|
|
|
|
|
[node name="Glow" type="HBoxContainer" parent="TabContainer/Video/VBoxContainer"]
|
|
|
|
|
custom_minimum_size = Vector2(0, 32)
|
|
|
|
@ -131,7 +132,7 @@ script = ExtResource("2_72a3s")
|
|
|
|
|
[node name="CheckButton" type="CheckButton" parent="TabContainer/Video/VBoxContainer/Glow" groups=["video_preset_setting"]]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
script = ExtResource("1_vkhbt")
|
|
|
|
|
script = ExtResource("6_13yy3")
|
|
|
|
|
|
|
|
|
|
[node name="Depth of Field" type="HBoxContainer" parent="TabContainer/Video/VBoxContainer"]
|
|
|
|
|
custom_minimum_size = Vector2(0, 32)
|
|
|
|
@ -146,7 +147,7 @@ script = ExtResource("2_72a3s")
|
|
|
|
|
[node name="CheckButton" type="CheckButton" parent="TabContainer/Video/VBoxContainer/Depth of Field" groups=["video_preset_setting"]]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
script = ExtResource("5_kjasn")
|
|
|
|
|
script = ExtResource("7_i0l7x")
|
|
|
|
|
|
|
|
|
|
[node name="SSAO" type="HBoxContainer" parent="TabContainer/Video/VBoxContainer"]
|
|
|
|
|
custom_minimum_size = Vector2(0, 32)
|
|
|
|
@ -161,7 +162,7 @@ script = ExtResource("2_72a3s")
|
|
|
|
|
[node name="CheckButton" type="CheckButton" parent="TabContainer/Video/VBoxContainer/SSAO" groups=["video_preset_setting"]]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
script = ExtResource("6_fu528")
|
|
|
|
|
script = ExtResource("8_je43v")
|
|
|
|
|
|
|
|
|
|
[node name="SSIL" type="HBoxContainer" parent="TabContainer/Video/VBoxContainer"]
|
|
|
|
|
custom_minimum_size = Vector2(0, 32)
|
|
|
|
@ -176,7 +177,7 @@ script = ExtResource("2_72a3s")
|
|
|
|
|
[node name="CheckButton" type="CheckButton" parent="TabContainer/Video/VBoxContainer/SSIL" groups=["video_preset_setting"]]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
script = ExtResource("7_wt6tg")
|
|
|
|
|
script = ExtResource("9_tngfj")
|
|
|
|
|
|
|
|
|
|
[node name="Volumetric Fog" type="HBoxContainer" parent="TabContainer/Video/VBoxContainer"]
|
|
|
|
|
custom_minimum_size = Vector2(0, 32)
|
|
|
|
@ -191,7 +192,7 @@ script = ExtResource("2_72a3s")
|
|
|
|
|
[node name="CheckButton" type="CheckButton" parent="TabContainer/Video/VBoxContainer/Volumetric Fog" groups=["video_preset_setting"]]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
script = ExtResource("10_enf67")
|
|
|
|
|
script = ExtResource("10_1jm8r")
|
|
|
|
|
|
|
|
|
|
[node name="Brightness" type="HBoxContainer" parent="TabContainer/Video/VBoxContainer"]
|
|
|
|
|
custom_minimum_size = Vector2(0, 32)
|
|
|
|
@ -209,7 +210,7 @@ size_flags_horizontal = 3
|
|
|
|
|
max_value = 2.0
|
|
|
|
|
step = 0.05
|
|
|
|
|
value = 0.5
|
|
|
|
|
script = ExtResource("7_redsl")
|
|
|
|
|
script = ExtResource("11_crore")
|
|
|
|
|
|
|
|
|
|
[node name="Contrast" type="HBoxContainer" parent="TabContainer/Video/VBoxContainer"]
|
|
|
|
|
custom_minimum_size = Vector2(0, 32)
|
|
|
|
@ -227,7 +228,7 @@ size_flags_horizontal = 3
|
|
|
|
|
max_value = 2.0
|
|
|
|
|
step = 0.05
|
|
|
|
|
value = 0.5
|
|
|
|
|
script = ExtResource("8_q4hif")
|
|
|
|
|
script = ExtResource("12_5kqj0")
|
|
|
|
|
|
|
|
|
|
[node name="Saturation" type="HBoxContainer" parent="TabContainer/Video/VBoxContainer"]
|
|
|
|
|
custom_minimum_size = Vector2(0, 32)
|
|
|
|
@ -245,15 +246,95 @@ size_flags_horizontal = 3
|
|
|
|
|
max_value = 2.0
|
|
|
|
|
step = 0.05
|
|
|
|
|
value = 0.5
|
|
|
|
|
script = ExtResource("9_wbvcu")
|
|
|
|
|
script = ExtResource("13_ntyeq")
|
|
|
|
|
|
|
|
|
|
[node name="Audio" type="MarginContainer" parent="TabContainer"]
|
|
|
|
|
[node name="Layers" type="MarginContainer" parent="TabContainer"]
|
|
|
|
|
visible = false
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="Volume" type="HSlider" parent="TabContainer/Audio"]
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="TabContainer/Layers"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="Terrain" type="HBoxContainer" parent="TabContainer/Layers/VBoxContainer"]
|
|
|
|
|
custom_minimum_size = Vector2(0, 32)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="TabContainer/Layers/VBoxContainer/Terrain"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
text = "Terrain:"
|
|
|
|
|
script = ExtResource("2_72a3s")
|
|
|
|
|
|
|
|
|
|
[node name="CheckButton" type="CheckButton" parent="TabContainer/Layers/VBoxContainer/Terrain" groups=["video_preset_setting"]]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
script = ExtResource("14_npk11")
|
|
|
|
|
layer_number = 1
|
|
|
|
|
|
|
|
|
|
[node name="Grass" type="HBoxContainer" parent="TabContainer/Layers/VBoxContainer"]
|
|
|
|
|
custom_minimum_size = Vector2(0, 32)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="TabContainer/Layers/VBoxContainer/Grass"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
text = "Grass:"
|
|
|
|
|
script = ExtResource("2_72a3s")
|
|
|
|
|
|
|
|
|
|
[node name="CheckButton" type="CheckButton" parent="TabContainer/Layers/VBoxContainer/Grass" groups=["video_preset_setting"]]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
script = ExtResource("14_npk11")
|
|
|
|
|
layer_number = 2
|
|
|
|
|
|
|
|
|
|
[node name="Trees" type="HBoxContainer" parent="TabContainer/Layers/VBoxContainer"]
|
|
|
|
|
custom_minimum_size = Vector2(0, 32)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="TabContainer/Layers/VBoxContainer/Trees"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
text = "Trees:"
|
|
|
|
|
script = ExtResource("2_72a3s")
|
|
|
|
|
|
|
|
|
|
[node name="CheckButton" type="CheckButton" parent="TabContainer/Layers/VBoxContainer/Trees" groups=["video_preset_setting"]]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
script = ExtResource("14_npk11")
|
|
|
|
|
layer_number = 3
|
|
|
|
|
|
|
|
|
|
[node name="Enemies" type="HBoxContainer" parent="TabContainer/Layers/VBoxContainer"]
|
|
|
|
|
custom_minimum_size = Vector2(0, 32)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="TabContainer/Layers/VBoxContainer/Enemies"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
text = "Enemies:"
|
|
|
|
|
script = ExtResource("2_72a3s")
|
|
|
|
|
|
|
|
|
|
[node name="CheckButton" type="CheckButton" parent="TabContainer/Layers/VBoxContainer/Enemies" groups=["video_preset_setting"]]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
script = ExtResource("14_npk11")
|
|
|
|
|
layer_number = 9
|
|
|
|
|
|
|
|
|
|
[node name="Players" type="HBoxContainer" parent="TabContainer/Layers/VBoxContainer"]
|
|
|
|
|
custom_minimum_size = Vector2(0, 32)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="TabContainer/Layers/VBoxContainer/Players"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
text = "Players:"
|
|
|
|
|
script = ExtResource("2_72a3s")
|
|
|
|
|
|
|
|
|
|
[node name="CheckButton" type="CheckButton" parent="TabContainer/Layers/VBoxContainer/Players" groups=["video_preset_setting"]]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
script = ExtResource("14_npk11")
|
|
|
|
|
layer_number = 10
|
|
|
|
|
|
|
|
|
|
[connection signal="pressed" from="TabContainer/Video/VBoxContainer/Preset/HBoxContainer/Low" to="TabContainer/Video/VBoxContainer/Preset/HBoxContainer/Preset" method="preset_low"]
|
|
|
|
|
[connection signal="pressed" from="TabContainer/Video/VBoxContainer/Preset/HBoxContainer/Medium" to="TabContainer/Video/VBoxContainer/Preset/HBoxContainer/Preset" method="preset_medium"]
|
|
|
|
|
[connection signal="pressed" from="TabContainer/Video/VBoxContainer/Preset/HBoxContainer/High" to="TabContainer/Video/VBoxContainer/Preset/HBoxContainer/Preset" method="preset_high"]
|
|
|
|
@ -267,3 +348,8 @@ layout_mode = 2
|
|
|
|
|
[connection signal="value_changed" from="TabContainer/Video/VBoxContainer/Brightness/HSlider" to="TabContainer/Video/VBoxContainer/Brightness/HSlider" method="on_value_changed"]
|
|
|
|
|
[connection signal="value_changed" from="TabContainer/Video/VBoxContainer/Contrast/HSlider" to="TabContainer/Video/VBoxContainer/Contrast/HSlider" method="on_value_changed"]
|
|
|
|
|
[connection signal="value_changed" from="TabContainer/Video/VBoxContainer/Saturation/HSlider" to="TabContainer/Video/VBoxContainer/Saturation/HSlider" method="on_value_changed"]
|
|
|
|
|
[connection signal="toggled" from="TabContainer/Layers/VBoxContainer/Terrain/CheckButton" to="TabContainer/Layers/VBoxContainer/Terrain/CheckButton" method="on_toggled"]
|
|
|
|
|
[connection signal="toggled" from="TabContainer/Layers/VBoxContainer/Grass/CheckButton" to="TabContainer/Layers/VBoxContainer/Grass/CheckButton" method="on_toggled"]
|
|
|
|
|
[connection signal="toggled" from="TabContainer/Layers/VBoxContainer/Trees/CheckButton" to="TabContainer/Layers/VBoxContainer/Trees/CheckButton" method="on_toggled"]
|
|
|
|
|
[connection signal="toggled" from="TabContainer/Layers/VBoxContainer/Enemies/CheckButton" to="TabContainer/Layers/VBoxContainer/Enemies/CheckButton" method="on_toggled"]
|
|
|
|
|
[connection signal="toggled" from="TabContainer/Layers/VBoxContainer/Players/CheckButton" to="TabContainer/Layers/VBoxContainer/Players/CheckButton" method="on_toggled"]
|
|
|
|
|