This repository has been archived on 2022-01-09. You can view files and clone it, but cannot push or open issues/pull-requests.
liblast/Game/Assets/UI/OptionsMenu.tscn

32 lines
950 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://Assets/UI/Menu.tscn" type="PackedScene" id=1]
[ext_resource path="res://Assets/UI/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" ]]