various fixes
This commit is contained in:
parent
dd95736165
commit
abefcb6b5c
3 changed files with 32 additions and 32 deletions
|
@ -656,6 +656,7 @@ Project Oversight: Persephone (KawaiiZenbo)
|
|||
|
||||
Interface Design: Persephone
|
||||
Simulator Backend: Persephone
|
||||
Graphics Options and Settings: Pizza Perpetrator
|
||||
|
||||
Models:
|
||||
Persephone: Helen House, Cyberamics, 1-Stage, C-Stage,
|
||||
|
@ -774,17 +775,18 @@ custom_minimum_size = Vector2(180, 0)
|
|||
layout_mode = 2
|
||||
theme_override_constants/separation = 15
|
||||
|
||||
[node name="antialiasing_msaa" type="Label" parent="SettingsScreen/DialogPanel/GraphicsPanel/HBoxContainer/labels"]
|
||||
[node name="AntialiasingLabel" type="Label" parent="SettingsScreen/DialogPanel/GraphicsPanel/HBoxContainer/labels"]
|
||||
layout_mode = 2
|
||||
text = "Antialiasing (MSAA):"
|
||||
horizontal_alignment = 2
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="aa_screenspace" type="Label" parent="SettingsScreen/DialogPanel/GraphicsPanel/HBoxContainer/labels"]
|
||||
[node name="SSAALabel" type="Label" parent="SettingsScreen/DialogPanel/GraphicsPanel/HBoxContainer/labels"]
|
||||
layout_mode = 2
|
||||
text = "Screenspace AA:"
|
||||
horizontal_alignment = 2
|
||||
|
||||
[node name="FOV" type="Label" parent="SettingsScreen/DialogPanel/GraphicsPanel/HBoxContainer/labels"]
|
||||
[node name="FOVLabel" type="Label" parent="SettingsScreen/DialogPanel/GraphicsPanel/HBoxContainer/labels"]
|
||||
layout_mode = 2
|
||||
text = "Field of View:"
|
||||
horizontal_alignment = 2
|
||||
|
@ -821,38 +823,37 @@ popup/item_1/id = 1
|
|||
[node name="fov_slider" type="HSlider" parent="SettingsScreen/DialogPanel/GraphicsPanel/HBoxContainer/settings"]
|
||||
custom_minimum_size = Vector2(215, 0)
|
||||
layout_mode = 2
|
||||
min_value = 60.0
|
||||
value = 60.0
|
||||
min_value = 30.0
|
||||
max_value = 120.0
|
||||
value = 80.0
|
||||
ticks_on_borders = true
|
||||
|
||||
[node name="Label" type="Label" parent="SettingsScreen/DialogPanel/GraphicsPanel/HBoxContainer/settings/fov_slider"]
|
||||
[node name="MinLabel" type="Label" parent="SettingsScreen/DialogPanel/GraphicsPanel/HBoxContainer/settings/fov_slider"]
|
||||
layout_mode = 0
|
||||
offset_left = -2.0
|
||||
offset_top = 9.0
|
||||
offset_right = 38.0
|
||||
offset_bottom = 32.0
|
||||
text = "60"
|
||||
offset_top = 16.0
|
||||
offset_right = 40.0
|
||||
offset_bottom = 48.0
|
||||
text = "30"
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="Label2" type="Label" parent="SettingsScreen/DialogPanel/GraphicsPanel/HBoxContainer/settings/fov_slider"]
|
||||
[node name="CurrentLabel" type="Label" parent="SettingsScreen/DialogPanel/GraphicsPanel/HBoxContainer/settings/fov_slider"]
|
||||
layout_mode = 0
|
||||
offset_left = 197.0
|
||||
offset_top = 8.0
|
||||
offset_right = 237.0
|
||||
offset_bottom = 31.0
|
||||
text = "100"
|
||||
|
||||
[node name="Label3" type="Label" parent="SettingsScreen/DialogPanel/GraphicsPanel/HBoxContainer/settings/fov_slider"]
|
||||
layout_mode = 0
|
||||
offset_left = 87.0
|
||||
offset_top = 12.0
|
||||
offset_right = 127.0
|
||||
offset_bottom = 35.0
|
||||
offset_top = 16.0
|
||||
offset_right = 215.0
|
||||
offset_bottom = 48.0
|
||||
text = "FOV"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="spacer" type="Container" parent="SettingsScreen/DialogPanel/GraphicsPanel/HBoxContainer/settings"]
|
||||
custom_minimum_size = Vector2(0, 18.18)
|
||||
layout_mode = 2
|
||||
[node name="MaxLabel" type="Label" parent="SettingsScreen/DialogPanel/GraphicsPanel/HBoxContainer/settings/fov_slider"]
|
||||
layout_mode = 0
|
||||
offset_left = 175.0
|
||||
offset_top = 16.0
|
||||
offset_right = 215.0
|
||||
offset_bottom = 48.0
|
||||
text = "120"
|
||||
horizontal_alignment = 2
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="VersionLabel" type="Label" parent="."]
|
||||
layout_mode = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue