[gd_scene load_steps=4 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"] [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 = 250.0 offset_bottom = 40.0 label = "Fullscreen" index = "Fullscreen" [node name="Lighting" parent="." index="1" instance=ExtResource( "3" )] anchor_right = 0.0 anchor_bottom = 0.0 offset_top = 44.0 offset_right = 250.0 offset_bottom = 84.0 label = "Eye Candy Lighting" index = "EyeCandyLighting" [node name="Back" parent="." index="2"] offset_top = 88.0 offset_bottom = 117.0 [connection signal="toggled" from="Fullscreen" to="." method="on_fullscreen_toggled"] [connection signal="toggled" from="Lighting" to="." method="on_lighting_toggled"]