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/OptionsMenu.tscn

26 lines
641 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://Menu.tscn" type="PackedScene" id=1]
[node name="OptionsMenu" instance=ExtResource( 1 )]
[node name="Graphics" type="Button" parent="." index="0"]
offset_right = 80.0
offset_bottom = 29.0
text = "Graphics"
script = null
[node name="Controls" type="Button" parent="." index="1"]
offset_top = 33.0
offset_right = 80.0
offset_bottom = 62.0
text = "Controls"
script = null
[node name="Back" parent="." index="2"]
offset_top = 66.0
offset_right = 80.0
offset_bottom = 95.0
[connection signal="pressed" from="Graphics" to="." method="open_menu" binds= [ "res://GraphicsMenu.tscn" ]]