mirror of
https://github.com/Relintai/MemR.git
synced 2024-11-14 10:27:20 +01:00
71 lines
2.0 KiB
Plaintext
71 lines
2.0 KiB
Plaintext
[gd_scene load_steps=6 format=2]
|
|
|
|
[ext_resource path="res://menu/Menu.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://Main.gd" type="Script" id=2]
|
|
[ext_resource path="res://settings/Settings.tscn" type="PackedScene" id=3]
|
|
[ext_resource path="res://sort/Sort.tscn" type="PackedScene" id=4]
|
|
[ext_resource path="res://theme/touch_theme.tres" type="Theme" id=5]
|
|
|
|
[node name="Main" type="PanelContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
theme = ExtResource( 5 )
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Menu" parent="." instance=ExtResource( 1 )]
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 800.0
|
|
|
|
[node name="VBoxContainer" parent="Menu" index="0"]
|
|
margin_right = 1024.0
|
|
margin_bottom = 800.0
|
|
|
|
[node name="Sort" parent="Menu/VBoxContainer" index="0"]
|
|
margin_top = 313.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 355.0
|
|
|
|
[node name="Settings" parent="Menu/VBoxContainer" index="1"]
|
|
margin_top = 379.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 421.0
|
|
|
|
[node name="Exit" parent="Menu/VBoxContainer" index="2"]
|
|
margin_top = 445.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 487.0
|
|
|
|
[node name="Settings" parent="." instance=ExtResource( 3 )]
|
|
visible = false
|
|
margin_left = 7.0
|
|
margin_top = 7.0
|
|
margin_right = 1017.0
|
|
margin_bottom = 593.0
|
|
|
|
[node name="Sort" parent="." instance=ExtResource( 4 )]
|
|
visible = false
|
|
margin_left = 7.0
|
|
margin_top = 7.0
|
|
margin_right = 1017.0
|
|
margin_bottom = 593.0
|
|
|
|
[node name="Control" type="Control" parent="."]
|
|
margin_right = 1024.0
|
|
margin_bottom = 800.0
|
|
mouse_filter = 2
|
|
|
|
[node name="FolderSetupError" type="AcceptDialog" parent="Control"]
|
|
margin_left = 384.0
|
|
margin_top = 172.0
|
|
margin_right = 597.0
|
|
margin_bottom = 230.0
|
|
dialog_text = "Folders are not setup properly!"
|
|
|
|
[connection signal="pressed" from="Menu/VBoxContainer/Sort" to="." method="_on_Sort_pressed"]
|
|
[connection signal="pressed" from="Menu/VBoxContainer/Settings" to="." method="_on_Settings_pressed"]
|
|
[connection signal="back" from="Settings" to="." method="_on_Settings_back"]
|
|
|
|
[editable path="Menu"]
|