aboutsummaryrefslogtreecommitdiff
path: root/main.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'main.tscn')
-rw-r--r--main.tscn54
1 files changed, 10 insertions, 44 deletions
diff --git a/main.tscn b/main.tscn
index 4a99142..9fce789 100644
--- a/main.tscn
+++ b/main.tscn
@@ -1,19 +1,19 @@
[gd_scene load_steps=15 format=2]
[ext_resource path="res://main.gd" type="Script" id=1]
-[ext_resource path="res://date_picker/date_picker.tscn" type="PackedScene" id=2]
+[ext_resource path="res://ui/date_picker/date_picker.tscn" type="PackedScene" id=2]
[ext_resource path="res://themes/dark.tres" type="Theme" id=3]
-[ext_resource path="res://menu/menu.gd" type="Script" id=4]
+[ext_resource path="res://logic/menu.gd" type="Script" id=4]
[ext_resource path="res://logic/database.gd" type="Script" id=5]
[ext_resource path="res://fonts/font_icons.tres" type="DynamicFont" id=6]
-[ext_resource path="res://option_set/option_set.tscn" type="PackedScene" id=7]
-[ext_resource path="res://option_set/option_set_list.gd" type="Script" id=8]
+[ext_resource path="res://ui/option_set/option_set.tscn" type="PackedScene" id=7]
+[ext_resource path="res://ui/option_set/option_set_list.gd" type="Script" id=8]
[ext_resource path="res://logic/stage.gd" type="Script" id=9]
-[ext_resource path="res://logic/popup.gd" type="Script" id=10]
-[ext_resource path="res://touch_item_list/touch_item_list.tscn" type="PackedScene" id=11]
-[ext_resource path="res://touch_vertical_container/touch_vertical_container.tscn" type="PackedScene" id=12]
-[ext_resource path="res://dialog/dialog.gd" type="Script" id=14]
-[ext_resource path="res://file_picker.gd" type="Script" id=15]
+[ext_resource path="res://ui/modal_popup/modal_popup.tscn" type="PackedScene" id=10]
+[ext_resource path="res://ui/touch_item_list/touch_item_list.tscn" type="PackedScene" id=11]
+[ext_resource path="res://ui/touch_vertical_container/touch_vertical_container.tscn" type="PackedScene" id=12]
+[ext_resource path="res://ui/dialog/dialog.gd" type="Script" id=14]
+[ext_resource path="res://logic/file_picker.gd" type="Script" id=15]
[node name="main" type="Control"]
anchor_right = 1.0
@@ -258,41 +258,7 @@ __meta__ = {
"_edit_use_anchors_": false
}
-[node name="popup" type="ColorRect" parent="."]
-visible = false
-anchor_right = 1.0
-anchor_bottom = 1.0
-color = Color( 0, 0, 0, 0.870588 )
-script = ExtResource( 10 )
-
-[node name="background" type="Panel" parent="popup"]
-anchor_left = 0.05
-anchor_top = 0.1
-anchor_right = 0.95
-anchor_bottom = 0.975
-
-[node name="title" type="Label" parent="popup"]
-anchor_left = 0.124
-anchor_top = 0.025
-anchor_right = 0.95
-anchor_bottom = 0.1
-margin_left = 0.0799866
-margin_right = -80.0
-margin_bottom = -20.0
-align = 1
-valign = 1
-autowrap = true
-
-[node name="dismiss" type="Button" parent="popup"]
-anchor_left = 0.05
-anchor_top = 0.025
-anchor_right = 0.124
-anchor_bottom = 0.1
-margin_right = 0.0799866
-margin_bottom = -20.0
-custom_fonts/font = ExtResource( 6 )
-text = ""
-flat = true
+[node name="popup" parent="." instance=ExtResource( 10 )]
[node name="option_set_list" type="Control" parent="."]
visible = false