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

33 lines
1.1 KiB
Plaintext
Raw Normal View History

2021-09-11 15:22:08 +02:00
[gd_scene load_steps=4 format=3 uid="uid://cd6qhohan2oa1"]
2021-06-01 23:53:32 +02:00
[ext_resource type="PackedScene" uid="uid://81ymy0o073e5" path="res://Assets/UI/Menu.tscn" id="1"]
2021-09-11 15:22:08 +02:00
[ext_resource type="Script" path="res://Assets/UI/GraphicsMenu.gd" id="2"]
[ext_resource type="PackedScene" uid="uid://bl1fc5cl4fcav" path="res://Assets/UI/MenuCheckButton.tscn" id="3"]
2021-06-01 23:53:32 +02:00
2021-09-11 15:22:08 +02:00
[node name="GraphicsMenu" instance=ExtResource( "1" )]
script = ExtResource( "2" )
2021-06-01 23:53:32 +02:00
2021-09-11 15:22:08 +02:00
[node name="Fullscreen" parent="." index="0" instance=ExtResource( "3" )]
2021-06-02 17:00:28 +02:00
anchor_right = 0.0
anchor_bottom = 0.0
2021-11-30 23:23:13 +01:00
offset_right = 250.0
2021-06-01 23:53:32 +02:00
offset_bottom = 40.0
2021-06-02 17:00:28 +02:00
label = "Fullscreen"
2021-09-11 16:36:43 +02:00
index = "Fullscreen"
2021-06-01 23:53:32 +02:00
[node name="Lighting" parent="." index="1" instance=ExtResource( "3" )]
anchor_right = 0.0
anchor_bottom = 0.0
2021-06-01 23:53:32 +02:00
offset_top = 44.0
2021-11-30 23:23:13 +01:00
offset_right = 250.0
offset_bottom = 84.0
label = "Eye Candy Lighting"
2021-11-30 23:23:13 +01:00
index = "EyeCandyLighting"
[node name="Back" parent="." index="2"]
offset_top = 88.0
offset_bottom = 117.0
2021-06-01 23:53:32 +02:00
2021-09-11 15:22:08 +02:00
[connection signal="toggled" from="Fullscreen" to="." method="on_fullscreen_toggled"]
2021-11-30 23:23:13 +01:00
[connection signal="toggled" from="Lighting" to="." method="on_lighting_toggled"]