aboutsummaryrefslogtreecommitdiff
path: root/main.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'main.tscn')
-rw-r--r--main.tscn12
1 files changed, 11 insertions, 1 deletions
diff --git a/main.tscn b/main.tscn
index 4096c59..b584c88 100644
--- a/main.tscn
+++ b/main.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=10 format=2]
+[gd_scene load_steps=11 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]
@@ -9,6 +9,7 @@
[ext_resource path="res://icons/add.png" type="Texture" id=7]
[ext_resource path="res://icons/delete.png" type="Texture" id=8]
[ext_resource path="res://logic/stage.gd" type="Script" id=9]
+[ext_resource path="res://touch_scroll.gd" type="Script" id=10]
[node name="main" type="Control"]
anchor_right = 1.0
@@ -28,6 +29,15 @@ __meta__ = {
"_edit_use_anchors_": false
}
+[node name="touch_scroll" type="Control" parent="database"]
+anchor_right = 1.0
+anchor_bottom = 1.0
+margin_right = -8.0
+script = ExtResource( 10 )
+__meta__ = {
+"_edit_use_anchors_": false
+}
+
[node name="actions" type="VBoxContainer" parent="database"]
anchor_left = 1.0
anchor_top = 1.0