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
1.0 KiB
Plaintext
Raw Permalink Normal View History

2021-09-11 14:38:45 +02:00
[gd_scene load_steps=3 format=3 uid="uid://d37bped35n16j"]
2021-06-01 23:53:32 +02:00
2021-09-12 01:17:53 +02:00
[ext_resource type="PackedScene" uid="uid://d2d0sbb84rehm" path="res://Assets/UI/Menu.tscn" id="1"]
2021-09-11 15:22:08 +02:00
[ext_resource type="PackedScene" uid="uid://d135tevauvmoq" path="res://Assets/UI/MenuButton.tscn" id="2"]
2021-06-01 23:53:32 +02:00
2021-09-11 14:38:45 +02:00
[node name="OptionsMenu" instance=ExtResource( "1" )]
2021-06-01 23:53:32 +02:00
2021-09-11 14:38:45 +02:00
[node name="Graphics" parent="." index="0" instance=ExtResource( "2" )]
2021-06-02 17:00:28 +02:00
anchor_right = 0.0
anchor_bottom = 0.0
offset_right = 77.0
2021-06-01 23:53:32 +02:00
offset_bottom = 29.0
2021-06-02 17:00:28 +02:00
text = "graphics"
label = "graphics"
2021-06-01 23:53:32 +02:00
2021-09-11 14:38:45 +02:00
[node name="Controls" parent="." index="1" instance=ExtResource( "2" )]
2021-06-02 17:00:28 +02:00
anchor_right = 0.0
anchor_bottom = 0.0
2021-06-01 23:53:32 +02:00
offset_top = 33.0
2021-06-02 17:00:28 +02:00
offset_right = 77.0
2021-06-01 23:53:32 +02:00
offset_bottom = 62.0
2021-06-02 17:00:28 +02:00
text = "controls"
label = "controls"
2021-06-01 23:53:32 +02:00
[node name="Back" parent="." index="2"]
offset_top = 66.0
2021-06-02 17:00:28 +02:00
offset_right = 77.0
2021-06-01 23:53:32 +02:00
offset_bottom = 95.0
2021-09-11 14:38:45 +02:00
[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"]]