mirror of
https://github.com/Relintai/MemR.git
synced 2024-11-14 10:27:20 +01:00
44 lines
1.1 KiB
Plaintext
44 lines
1.1 KiB
Plaintext
|
[gd_scene load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://settings/Settings.gd" type="Script" id=1]
|
||
|
|
||
|
[node name="Settings" type="MarginContainer"]
|
||
|
margin_right = 1024.0
|
||
|
margin_bottom = 600.0
|
||
|
script = ExtResource( 1 )
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||
|
margin_right = 1024.0
|
||
|
margin_bottom = 600.0
|
||
|
alignment = 1
|
||
|
|
||
|
[node name="Label" type="Label" parent="VBoxContainer"]
|
||
|
margin_top = 244.0
|
||
|
margin_right = 1024.0
|
||
|
margin_bottom = 258.0
|
||
|
text = "Sort folder"
|
||
|
|
||
|
[node name="SortFolder" type="LineEdit" parent="VBoxContainer"]
|
||
|
margin_top = 262.0
|
||
|
margin_right = 1024.0
|
||
|
margin_bottom = 286.0
|
||
|
|
||
|
[node name="Label2" type="Label" parent="VBoxContainer"]
|
||
|
margin_top = 290.0
|
||
|
margin_right = 1024.0
|
||
|
margin_bottom = 304.0
|
||
|
text = "Target folder"
|
||
|
|
||
|
[node name="TargetFolder" type="LineEdit" parent="VBoxContainer"]
|
||
|
margin_top = 308.0
|
||
|
margin_right = 1024.0
|
||
|
margin_bottom = 332.0
|
||
|
|
||
|
[node name="BackButton" type="Button" parent="VBoxContainer"]
|
||
|
margin_top = 336.0
|
||
|
margin_right = 1024.0
|
||
|
margin_bottom = 356.0
|
||
|
text = "<- Back"
|
||
|
|
||
|
[connection signal="pressed" from="VBoxContainer/BackButton" to="." method="_on_Button_pressed"]
|