-
Notifications
You must be signed in to change notification settings - Fork 313
Expand file tree
/
Copy pathoptions.tscn
More file actions
40 lines (32 loc) · 1.64 KB
/
options.tscn
File metadata and controls
40 lines (32 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[gd_scene load_steps=5 format=3 uid="uid://dkeb0yjgcfi86"]
[ext_resource type="PackedScene" uid="uid://de6s2quemrmkf" path="res://scenes/MENU OSO/options/components/sound_settings.tscn" id="1_7hrlm"]
[ext_resource type="Theme" uid="uid://cvitou84ni7qe" path="res://scenes/ui_elements/components/theme.tres" id="1_ptihp"]
[ext_resource type="Script" uid="uid://r7cjyiw5log4" path="res://scenes/MENU OSO/options/components/options.gd" id="2_cw13b"]
[ext_resource type="PackedScene" uid="uid://tahf2q1d3e74" path="res://scenes/MENU OSO/options/components/video_settings.tscn" id="4_cw13b"]
[node name="Options" type="CenterContainer"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme = ExtResource("1_ptihp")
script = ExtResource("2_cw13b")
metadata/_tab_index = 1
[node name="PanelContainer" type="PanelContainer" parent="."]
custom_minimum_size = Vector2(640, 0)
layout_mode = 2
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer"]
layout_mode = 2
[node name="SoundSettingsPanel" parent="PanelContainer/VBoxContainer" instance=ExtResource("1_7hrlm")]
layout_mode = 2
[node name="VideoSettings" parent="PanelContainer/VBoxContainer" instance=ExtResource("4_cw13b")]
layout_mode = 2
[node name="BackButton" type="Button" parent="PanelContainer/VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 4
theme_type_variation = &"FlatButton"
text = "< back"
flat = true
[connection signal="visibility_changed" from="." to="." method="_on_visibility_changed"]
[connection signal="pressed" from="PanelContainer/VBoxContainer/BackButton" to="." method="_on_back_button_pressed"]