31 lines
930 B
Text
31 lines
930 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://Menu.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://MenuButton.tscn" type="PackedScene" 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://GraphicsMenu.tscn" ]]
|
|
[connection signal="pressed" from="Controls" to="." method="open_menu" binds= [ "res://ControlsMenu.tscn" ]]
|