[gd_scene load_steps=2 format=3 uid="uid://cyd8poa47ir2i"] [ext_resource type="Script" path="res://scenes/performance_settings_menu.gd" id="1_20qfm"] [node name="PerformanceSettingsMenu" type="Node2D"] script = ExtResource("1_20qfm") [node name="MarginContainer" type="MarginContainer" parent="."] offset_right = 40.0 offset_bottom = 40.0 [node name="ColorRect" type="ColorRect" parent="MarginContainer"] layout_mode = 2 color = Color(0, 0, 0, 1) [node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"] layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 [node name="Label" type="Label" parent="MarginContainer/VBoxContainer"] layout_mode = 2 text = "Performance Settings" horizontal_alignment = 1 [node name="FpsIndicator" type="Label" parent="MarginContainer/VBoxContainer"] unique_name_in_owner = true layout_mode = 2 text = "current fps" horizontal_alignment = 1 [node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer"] layout_mode = 2 [node name="Label3" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer"] layout_mode = 2 text = "Enable VoxelGI" horizontal_alignment = 1 [node name="VoxelToggle" type="CheckButton" parent="MarginContainer/VBoxContainer/HBoxContainer"] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 button_pressed = true [node name="HBoxContainer2" type="HBoxContainer" parent="MarginContainer/VBoxContainer"] layout_mode = 2 [node name="Label3" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer2"] layout_mode = 2 text = "Enable Volumetric Fog" horizontal_alignment = 1 [node name="VolumetricFogToggle" type="CheckButton" parent="MarginContainer/VBoxContainer/HBoxContainer2"] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 button_pressed = true [node name="HBoxContainer3" type="HBoxContainer" parent="MarginContainer/VBoxContainer"] layout_mode = 2 [node name="Label3" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer3"] layout_mode = 2 text = "Enable Bloom" horizontal_alignment = 1 [node name="BloomToggle" type="CheckButton" parent="MarginContainer/VBoxContainer/HBoxContainer3"] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 button_pressed = true