diff options
| author | dam <dam@gudinoff> | 2021-12-31 15:41:10 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2021-12-31 15:41:10 +0000 |
| commit | 7f0580b6b49a9dbafc54a0190bf573503c54417a (patch) | |
| tree | 861e921a19c3c39e41ca039bcf5e7a869dcb86eb /project.godot | |
| parent | 5b863fdc25848817ef11f0c1a33ef45a4160aa2c (diff) | |
| download | surgery-log-7f0580b6b49a9dbafc54a0190bf573503c54417a.tar.zst surgery-log-7f0580b6b49a9dbafc54a0190bf573503c54417a.zip | |
Prototype implementation of touch scroll on database and stage screens.
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/project.godot b/project.godot index 3df8f21..703d936 100644 --- a/project.godot +++ b/project.godot @@ -25,6 +25,11 @@ _global_script_classes=[ { "path": "res://logic/stage.gd" }, { "base": "Control", +"class": "TouchScroll", +"language": "GDScript", +"path": "res://touch_scroll.gd" +}, { +"base": "Control", "class": "ValuePicker", "language": "GDScript", "path": "res://date_picker/value_picker.gd" @@ -33,6 +38,7 @@ _global_script_class_icons={ "Database": "", "DatePicker": "", "Stage": "", +"TouchScroll": "", "ValuePicker": "" } |
