33 lines
848 B
Plaintext
33 lines
848 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://scenes/SettingsMenu.gd" type="Script" id=2]
|
|
|
|
[node name="SettingsMenu" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer"]
|
|
margin_right = 1080.0
|
|
margin_bottom = 14.0
|
|
text = "Resource Folders"
|
|
align = 1
|
|
|
|
[node name="container_folders" type="VBoxContainer" parent="VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
margin_top = 18.0
|
|
margin_right = 1080.0
|
|
margin_bottom = 18.0
|
|
|
|
[node name="btn_back" type="Button" parent="VBoxContainer"]
|
|
margin_top = 22.0
|
|
margin_right = 1080.0
|
|
margin_bottom = 42.0
|
|
text = "Back"
|
|
|
|
[connection signal="pressed" from="VBoxContainer/btn_back" to="." method="_on_btn_back_pressed"]
|