diff options
| author | dam <dam@gudinoff> | 2021-12-18 03:14:52 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2021-12-18 03:14:52 +0000 |
| commit | a2af4c7d07259a091deabdceaa5da1a2f7757c5e (patch) | |
| tree | fd630b7fd6f1de2ac6a285271a202eb84aeda5eb /project.godot | |
| parent | 3f29bb41d713240eb7ba831f68981674d4db9eb9 (diff) | |
| download | surgery-log-a2af4c7d07259a091deabdceaa5da1a2f7757c5e.tar.zst surgery-log-a2af4c7d07259a091deabdceaa5da1a2f7757c5e.zip | |
Add drag detection threshold to date picker.
Prototype touch drag on database screen.
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.godot b/project.godot index 584ffa8..3df8f21 100644 --- a/project.godot +++ b/project.godot @@ -19,7 +19,7 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://date_picker/date_picker.gd" }, { -"base": "Control", +"base": "ScrollContainer", "class": "Stage", "language": "GDScript", "path": "res://logic/stage.gd" |
