[gd_scene load_steps=2 format=3 uid="uid://bnqopjqlq8iim"] [ext_resource type="Script" path="res://options_menu.gd" id="1_tywj4"] [node name="options_menu" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_tywj4") [node name="MarginContainer" type="MarginContainer" parent="."] layout_mode = 0 offset_right = 40.0 offset_bottom = 40.0 [node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"] layout_mode = 2 [node name="MasterVolume" type="Button" parent="MarginContainer/VBoxContainer"] layout_mode = 2 text = "Master Volume" [node name="back to menu" type="Button" parent="MarginContainer/VBoxContainer"] layout_mode = 2 text = "Back to menu" [node name="Camera2D" type="Camera2D" parent="."] position = Vector2(62, 35) zoom = Vector2(2, 2) [connection signal="pressed" from="MarginContainer/VBoxContainer/back to menu" to="." method="_on_back_to_menu_pressed"]