[gd_scene load_steps=3 format=3 uid="uid://d37bped35n16j"] [ext_resource type="PackedScene" uid="uid://d2d0sbb84rehm" path="res://Assets/UI/Menu.tscn" id="1"] [ext_resource type="PackedScene" uid="uid://d135tevauvmoq" path="res://Assets/UI/MenuButton.tscn" id="2"] [node name="OptionsMenu" instance=ExtResource( "1" )] [node name="Graphics" parent="." index="0" instance=ExtResource( "2" )] anchor_right = 0.0 anchor_bottom = 0.0 offset_right = 77.0 offset_bottom = 29.0 text = "graphics" label = "graphics" [node name="Controls" parent="." index="1" instance=ExtResource( "2" )] anchor_right = 0.0 anchor_bottom = 0.0 offset_top = 33.0 offset_right = 77.0 offset_bottom = 62.0 text = "controls" label = "controls" [node name="Back" parent="." index="2"] offset_top = 66.0 offset_right = 77.0 offset_bottom = 95.0 [connection signal="pressed" from="Graphics" to="." method="open_menu" binds= ["res://Assets/UI/GraphicsMenu.tscn"]] [connection signal="pressed" from="Controls" to="." method="open_menu" binds= ["res://Assets/UI/ControlsMenu.tscn"]]