diff options
| author | dam <dam@gudinoff> | 2022-01-01 04:56:58 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-01-01 04:56:58 +0000 |
| commit | c59f89e99c90c0e756cdf780bcbf04d782eb3e6f (patch) | |
| tree | afeea78d9d5f68092f61d573dff2f677b1c40aa8 /project.godot | |
| parent | 7f0580b6b49a9dbafc54a0190bf573503c54417a (diff) | |
| download | surgery-log-c59f89e99c90c0e756cdf780bcbf04d782eb3e6f.tar.zst surgery-log-c59f89e99c90c0e756cdf780bcbf04d782eb3e6f.zip | |
Change touch scroll detection to pointer-input-sensor approach using signals/events.
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/project.godot b/project.godot index 703d936..f5dbe7a 100644 --- a/project.godot +++ b/project.godot @@ -19,17 +19,17 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://date_picker/date_picker.gd" }, { +"base": "Control", +"class": "PointerInputSensor", +"language": "GDScript", +"path": "res://pointer_input_sensor.gd" +}, { "base": "ScrollContainer", "class": "Stage", "language": "GDScript", "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" @@ -37,8 +37,8 @@ _global_script_classes=[ { _global_script_class_icons={ "Database": "", "DatePicker": "", +"PointerInputSensor": "", "Stage": "", -"TouchScroll": "", "ValuePicker": "" } |
