shadow toggling
This commit is contained in:
parent
b98057007b
commit
ac94a2c2ed
21 changed files with 400 additions and 354 deletions
|
@ -800,6 +800,20 @@ text = "Field of View:"
|
|||
horizontal_alignment = 2
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="ShadowsLabel" type="Label" parent="SettingsScreen/DialogPanel/GraphicsPanel"]
|
||||
layout_mode = 1
|
||||
anchors_preset = -1
|
||||
anchor_right = 0.5
|
||||
offset_left = 4.0
|
||||
offset_top = 128.0
|
||||
offset_right = -4.0
|
||||
offset_bottom = 160.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
text = "Shadows:"
|
||||
horizontal_alignment = 2
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="AAOption" type="OptionButton" parent="SettingsScreen/DialogPanel/GraphicsPanel"]
|
||||
layout_mode = 1
|
||||
anchors_preset = -1
|
||||
|
@ -891,6 +905,23 @@ text = "120"
|
|||
horizontal_alignment = 2
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="ShadowsOption" type="OptionButton" parent="SettingsScreen/DialogPanel/GraphicsPanel"]
|
||||
layout_mode = 1
|
||||
anchors_preset = -1
|
||||
anchor_left = 0.5
|
||||
anchor_right = 1.0
|
||||
offset_left = 4.0
|
||||
offset_top = 128.0
|
||||
offset_right = -4.0
|
||||
offset_bottom = 160.0
|
||||
alignment = 1
|
||||
selected = 1
|
||||
item_count = 2
|
||||
popup/item_0/text = "Disabled"
|
||||
popup/item_0/id = 0
|
||||
popup/item_1/text = "Enabled"
|
||||
popup/item_1/id = 1
|
||||
|
||||
[node name="InterfacePanel" type="Panel" parent="SettingsScreen/DialogPanel"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
|
@ -1003,5 +1034,6 @@ vertical_alignment = 1
|
|||
[connection signal="item_selected" from="SettingsScreen/DialogPanel/GraphicsPanel/AAOption" to="SettingsScreen/DialogPanel/GraphicsPanel" method="_on_option_aa_msaa_item_selected"]
|
||||
[connection signal="item_selected" from="SettingsScreen/DialogPanel/GraphicsPanel/SSAAOption" to="SettingsScreen/DialogPanel/GraphicsPanel" method="_on_option_aa_ss_item_selected"]
|
||||
[connection signal="value_changed" from="SettingsScreen/DialogPanel/GraphicsPanel/FOVSlider" to="SettingsScreen/DialogPanel/GraphicsPanel" method="_on_fov_slider_value_changed"]
|
||||
[connection signal="item_selected" from="SettingsScreen/DialogPanel/GraphicsPanel/ShadowsOption" to="SettingsScreen/DialogPanel/GraphicsPanel" method="_on_shadows_option_item_selected"]
|
||||
[connection signal="item_selected" from="SettingsScreen/DialogPanel/InterfacePanel/ScalingOption" to="SettingsScreen/DialogPanel/InterfacePanel" method="_on_scaling_option_item_selected"]
|
||||
[connection signal="item_selected" from="SettingsScreen/DialogPanel/InterfacePanel/ThemeOption" to="SettingsScreen/DialogPanel/InterfacePanel" method="_on_theme_option_item_selected"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue