183 lines
6.6 KiB
Plaintext
Raw Normal View History

2024-02-06 11:03:32 +00:00
[gd_scene load_steps=10 format=3 uid="uid://bqpbrju7mc7d5"]
2024-02-05 22:42:04 +00:00
[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"]
2024-02-06 11:03:32 +00:00
[ext_resource type="Script" path="res://ui/ParentNameLabel.gd" id="2_72a3s"]
2024-02-05 22:42:04 +00:00
[ext_resource type="Script" path="res://ui/settings/RenderScale.gd" id="3_o5ei3"]
2024-02-06 11:03:32 +00:00
[ext_resource type="Script" path="res://ui/settings/DepthOfField.gd" id="5_kjasn"]
[ext_resource type="Script" path="res://ui/settings/Brightness.gd" id="7_redsl"]
[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"]
2024-02-05 22:42:04 +00:00
[node name="Settings" type="Control"]
layout_mode = 3
anchor_left = 0.25
anchor_top = 0.25
anchor_right = 0.75
anchor_bottom = 0.75
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_gx3lf")
[node name="TabContainer" type="TabContainer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Video" type="MarginContainer" parent="TabContainer"]
layout_mode = 2
[node name="VBoxContainer" type="VBoxContainer" parent="TabContainer/Video"]
layout_mode = 2
2024-02-06 11:03:32 +00:00
[node name="Render Scale" type="HBoxContainer" parent="TabContainer/Video/VBoxContainer"]
2024-02-06 12:58:30 +00:00
custom_minimum_size = Vector2(0, 32)
2024-02-05 22:42:04 +00:00
layout_mode = 2
2024-02-06 11:03:32 +00:00
[node name="Label" type="Label" parent="TabContainer/Video/VBoxContainer/Render Scale"]
2024-02-05 22:42:04 +00:00
layout_mode = 2
size_flags_horizontal = 3
2024-02-06 11:03:32 +00:00
text = "Render Scale:"
script = ExtResource("2_72a3s")
2024-02-05 22:42:04 +00:00
2024-02-06 11:03:32 +00:00
[node name="OptionButton" type="OptionButton" parent="TabContainer/Video/VBoxContainer/Render Scale"]
2024-02-05 22:42:04 +00:00
layout_mode = 2
size_flags_horizontal = 3
item_count = 5
popup/item_0/text = "Performance"
popup/item_0/id = 0
popup/item_1/text = "Balanced"
popup/item_1/id = 1
popup/item_2/text = "Quality"
popup/item_2/id = 2
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")
2024-02-06 11:03:32 +00:00
[node name="Scale Mode" type="HBoxContainer" parent="TabContainer/Video/VBoxContainer"]
2024-02-06 12:58:30 +00:00
custom_minimum_size = Vector2(0, 32)
2024-02-05 22:42:04 +00:00
layout_mode = 2
2024-02-06 11:03:32 +00:00
[node name="Label" type="Label" parent="TabContainer/Video/VBoxContainer/Scale Mode"]
2024-02-05 22:42:04 +00:00
layout_mode = 2
size_flags_horizontal = 3
2024-02-06 11:03:32 +00:00
text = "Scale Mode:"
script = ExtResource("2_72a3s")
2024-02-05 22:42:04 +00:00
2024-02-06 11:03:32 +00:00
[node name="OptionButton" type="OptionButton" parent="TabContainer/Video/VBoxContainer/Scale Mode"]
2024-02-05 22:42:04 +00:00
layout_mode = 2
size_flags_horizontal = 3
item_count = 3
popup/item_0/text = "Bilinear"
popup/item_0/id = 0
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")
2024-02-06 11:03:32 +00:00
[node name="Glow" type="HBoxContainer" parent="TabContainer/Video/VBoxContainer"]
2024-02-06 12:58:30 +00:00
custom_minimum_size = Vector2(0, 32)
2024-02-05 22:42:04 +00:00
layout_mode = 2
2024-02-06 11:03:32 +00:00
[node name="Label" type="Label" parent="TabContainer/Video/VBoxContainer/Glow"]
2024-02-05 22:42:04 +00:00
layout_mode = 2
size_flags_horizontal = 3
2024-02-06 11:03:32 +00:00
text = "Glow:"
script = ExtResource("2_72a3s")
2024-02-05 22:42:04 +00:00
2024-02-06 11:03:32 +00:00
[node name="CheckButton" type="CheckButton" parent="TabContainer/Video/VBoxContainer/Glow"]
2024-02-05 22:42:04 +00:00
layout_mode = 2
size_flags_horizontal = 3
script = ExtResource("1_vkhbt")
2024-02-06 11:03:32 +00:00
[node name="Depth of Field" type="HBoxContainer" parent="TabContainer/Video/VBoxContainer"]
2024-02-06 12:58:30 +00:00
custom_minimum_size = Vector2(0, 32)
2024-02-06 11:03:32 +00:00
layout_mode = 2
[node name="Label" type="Label" parent="TabContainer/Video/VBoxContainer/Depth of Field"]
layout_mode = 2
size_flags_horizontal = 3
text = "Depth of Field:"
script = ExtResource("2_72a3s")
[node name="CheckButton" type="CheckButton" parent="TabContainer/Video/VBoxContainer/Depth of Field"]
layout_mode = 2
size_flags_horizontal = 3
script = ExtResource("5_kjasn")
[node name="Brightness" type="HBoxContainer" parent="TabContainer/Video/VBoxContainer"]
2024-02-06 12:58:30 +00:00
custom_minimum_size = Vector2(0, 32)
2024-02-06 11:03:32 +00:00
layout_mode = 2
[node name="Label" type="Label" parent="TabContainer/Video/VBoxContainer/Brightness"]
layout_mode = 2
size_flags_horizontal = 3
text = "Brightness:"
script = ExtResource("2_72a3s")
[node name="HSlider" type="HSlider" parent="TabContainer/Video/VBoxContainer/Brightness"]
layout_mode = 2
size_flags_horizontal = 3
max_value = 2.0
step = 0.05
value = 0.5
script = ExtResource("7_redsl")
[node name="Contrast" type="HBoxContainer" parent="TabContainer/Video/VBoxContainer"]
2024-02-06 12:58:30 +00:00
custom_minimum_size = Vector2(0, 32)
2024-02-06 11:03:32 +00:00
layout_mode = 2
[node name="Label" type="Label" parent="TabContainer/Video/VBoxContainer/Contrast"]
layout_mode = 2
size_flags_horizontal = 3
text = "Contrast:"
script = ExtResource("2_72a3s")
[node name="HSlider" type="HSlider" parent="TabContainer/Video/VBoxContainer/Contrast"]
layout_mode = 2
size_flags_horizontal = 3
max_value = 2.0
step = 0.05
value = 0.5
script = ExtResource("8_q4hif")
[node name="Saturation" type="HBoxContainer" parent="TabContainer/Video/VBoxContainer"]
2024-02-06 12:58:30 +00:00
custom_minimum_size = Vector2(0, 32)
2024-02-06 11:03:32 +00:00
layout_mode = 2
[node name="Label" type="Label" parent="TabContainer/Video/VBoxContainer/Saturation"]
layout_mode = 2
size_flags_horizontal = 3
text = "Saturation:"
script = ExtResource("2_72a3s")
[node name="HSlider" type="HSlider" parent="TabContainer/Video/VBoxContainer/Saturation"]
layout_mode = 2
size_flags_horizontal = 3
max_value = 2.0
step = 0.05
value = 0.5
script = ExtResource("9_wbvcu")
2024-02-05 22:42:04 +00:00
[node name="Audio" type="MarginContainer" parent="TabContainer"]
visible = false
layout_mode = 2
[node name="Volume" type="HSlider" parent="TabContainer/Audio"]
layout_mode = 2
2024-02-06 11:03:32 +00:00
[connection signal="item_selected" from="TabContainer/Video/VBoxContainer/Render Scale/OptionButton" to="TabContainer/Video/VBoxContainer/Render Scale/OptionButton" method="on_item_selected"]
[connection signal="item_selected" from="TabContainer/Video/VBoxContainer/Scale Mode/OptionButton" to="TabContainer/Video/VBoxContainer/Scale Mode/OptionButton" method="on_item_selected"]
[connection signal="toggled" from="TabContainer/Video/VBoxContainer/Glow/CheckButton" to="TabContainer/Video/VBoxContainer/Glow/CheckButton" method="on_toggled"]
[connection signal="toggled" from="TabContainer/Video/VBoxContainer/Depth of Field/CheckButton" to="TabContainer/Video/VBoxContainer/Depth of Field/CheckButton" method="on_toggled"]
[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"]