[gd_scene load_steps=5 format=3 uid="uid://cd6qhohan2oa1"] [ext_resource type="PackedScene" uid="uid://81ymy0o073e5" path="res://Assets/UI/Menu.tscn" id="1"] [ext_resource type="Script" path="res://Assets/UI/GraphicsMenu.gd" id="2"] [ext_resource type="PackedScene" uid="uid://bl1fc5cl4fcav" path="res://Assets/UI/MenuCheckButton.tscn" id="3"] [ext_resource type="PackedScene" uid="uid://bwqwic7ex6muv" path="res://Assets/UI/MenuSlider.tscn" id="4_txfvn"] [node name="GraphicsMenu" instance=ExtResource( "1" )] script = ExtResource( "2" ) [node name="Fullscreen" parent="." index="0" instance=ExtResource( "3" )] anchor_right = 0.0 anchor_bottom = 0.0 offset_right = 290.0 offset_bottom = 40.0 theme_override_font_sizes/font_size = 16 label = "Fullscreen" index = "GraphicsFullscreen" [node name="AmbientOcclusion" parent="." index="1" instance=ExtResource( "3" )] anchor_right = 0.0 anchor_bottom = 0.0 offset_top = 44.0 offset_right = 290.0 offset_bottom = 84.0 label = "Ambient Occlusion" index = "GraphicsAmbientOcclusion" [node name="Shadows" parent="." index="2" instance=ExtResource( "3" )] anchor_right = 0.0 anchor_bottom = 0.0 offset_top = 88.0 offset_right = 290.0 offset_bottom = 128.0 label = "Shadows" index = "GraphicsShadows" [node name="GlobalIllumination" parent="." index="3" instance=ExtResource( "3" )] anchor_right = 0.0 anchor_bottom = 0.0 offset_top = 132.0 offset_right = 290.0 offset_bottom = 172.0 label = "Global Illumination" index = "GraphicsGlobalIllumination" [node name="ScreenSpaceReflections" parent="." index="4" instance=ExtResource( "3" )] anchor_right = 0.0 anchor_bottom = 0.0 offset_top = 176.0 offset_right = 290.0 offset_bottom = 216.0 label = "Screen Space Reflections" index = "GraphicsScreenSpaceReflections" [node name="ReflectionProbes" parent="." index="5" instance=ExtResource( "3" )] anchor_right = 0.0 anchor_bottom = 0.0 offset_top = 220.0 offset_right = 290.0 offset_bottom = 260.0 label = "Reflection Probes" index = "GraphicsReflectionProbes" [node name="Glow" parent="." index="6" instance=ExtResource( "3" )] anchor_right = 0.0 anchor_bottom = 0.0 offset_top = 264.0 offset_right = 290.0 offset_bottom = 304.0 label = "Glow" index = "GraphicsGlow" [node name="MSAA" parent="." index="7" instance=ExtResource( "3" )] anchor_right = 0.0 anchor_bottom = 0.0 offset_top = 308.0 offset_right = 290.0 offset_bottom = 348.0 label = "MSAA" index = "GraphicsMSAA" [node name="RenderScale" parent="." index="8" instance=ExtResource( "4_txfvn" )] anchor_right = 0.0 anchor_bottom = 0.0 offset_top = 352.0 offset_right = 290.0 offset_bottom = 392.0 label = "Scale" index = "graphics_render_scale" [node name="Label" parent="RenderScale" index="0"] offset_top = 8.0 offset_right = 1.0 offset_bottom = 31.0 [node name="Slider" parent="RenderScale" index="1"] offset_left = 5.0 offset_right = 205.0 max_value = 4.0 value = 3.0 scrollable = false tick_count = 3 ticks_on_borders = true [node name="ValueLabel" parent="RenderScale" index="2"] offset_left = 209.0 offset_top = 8.0 offset_right = 210.0 offset_bottom = 31.0 [node name="FXAA" parent="RenderScale" index="4" instance=ExtResource( "3" )] anchor_right = 0.0 anchor_bottom = 0.0 offset_left = 214.0 offset_right = 290.0 offset_bottom = 40.0 label = "FXAA" index = "GraphicsFXAA" [node name="FSR" parent="." index="9" instance=ExtResource( "3" )] anchor_right = 0.0 anchor_bottom = 0.0 offset_top = 396.0 offset_right = 290.0 offset_bottom = 436.0 label = "FSR" index = "GraphicsFSR" [node name="Debanding" parent="." index="10" instance=ExtResource( "3" )] anchor_right = 0.0 anchor_bottom = 0.0 offset_top = 440.0 offset_right = 290.0 offset_bottom = 480.0 label = "Debanding" index = "GraphicsDebanding" [node name="DecalsStatic" parent="." index="11" instance=ExtResource( "3" )] anchor_right = 0.0 anchor_bottom = 0.0 offset_top = 484.0 offset_right = 290.0 offset_bottom = 524.0 label = "Decals Static" index = "GraphicsDecalsStatic" [node name="DecalsDecals" parent="." index="12" instance=ExtResource( "3" )] anchor_right = 0.0 anchor_bottom = 0.0 offset_top = 528.0 offset_right = 290.0 offset_bottom = 568.0 label = "Decals Decals" index = "GraphicsDecalsDecals" [node name="DynamicLights" parent="." index="13" instance=ExtResource( "3" )] anchor_right = 0.0 anchor_bottom = 0.0 offset_top = 572.0 offset_right = 290.0 offset_bottom = 612.0 label = "Dynamic Lights" index = "GraphicsDynamicLights" [node name="Back" parent="." index="14"] offset_top = 616.0 offset_right = 290.0 offset_bottom = 645.0 [connection signal="toggled" from="Fullscreen" to="." method="on_fullscreen_toggled"] [connection signal="toggled" from="AmbientOcclusion" to="." method="on_ambient_occlusion_toggled"] [connection signal="toggled" from="Shadows" to="." method="on_shadows_toggled"] [connection signal="toggled" from="GlobalIllumination" to="." method="on_global_illumination_toggled"] [connection signal="toggled" from="ScreenSpaceReflections" to="." method="on_screen_space_reflections_toggled"] [connection signal="toggled" from="ReflectionProbes" to="." method="on_reflection_probes_toggled"] [connection signal="toggled" from="Glow" to="." method="on_glow_toggled"] [connection signal="toggled" from="MSAA" to="." method="on_MSAA_toggled"] [connection signal="value_changed" from="RenderScale/Slider" to="." method="_on_RenderScale_value_changed"] [connection signal="toggled" from="RenderScale/FXAA" to="." method="on_FXAA_toggled"] [connection signal="toggled" from="FSR" to="." method="on_FSR_toggled"] [connection signal="toggled" from="Debanding" to="." method="on_debanding_toggled"] [connection signal="toggled" from="DecalsStatic" to="." method="on_decals_static_toggled"] [connection signal="toggled" from="DecalsDecals" to="." method="on_decals_decals_toggled"] [connection signal="toggled" from="DynamicLights" to="." method="on_dynamic_lights_toggled"] [editable path="RenderScale"]