diff options
| author | dam <dam@gudinoff> | 2022-01-10 17:56:30 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-01-10 17:56:30 +0000 |
| commit | 81b602620412fbad0429e841051c30c537a1b461 (patch) | |
| tree | 780bf47204aa13e41bd5c22e527f7c69f05e5bcc /project.godot | |
| parent | 5ba40857cdc770841d216a27e2a9e8bb3ebf3186 (diff) | |
| download | surgery-log-81b602620412fbad0429e841051c30c537a1b461.tar.zst surgery-log-81b602620412fbad0429e841051c30c537a1b461.zip | |
Split touch logic from stage
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/project.godot b/project.godot index d630b8d..9067744 100644 --- a/project.godot +++ b/project.godot @@ -29,7 +29,7 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://pointer_input_sensor.gd" }, { -"base": "ScrollContainer", +"base": "TouchVerticalContainer", "class": "Stage", "language": "GDScript", "path": "res://logic/stage.gd" @@ -39,6 +39,11 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://touch_item_list/touch_item_list.gd" }, { +"base": "ScrollContainer", +"class": "TouchVerticalContainer", +"language": "GDScript", +"path": "res://touch_vertical_container/touch_vertical_container.gd" +}, { "base": "Control", "class": "ValuePicker", "language": "GDScript", @@ -51,6 +56,7 @@ _global_script_class_icons={ "PointerInputSensor": "", "Stage": "", "TouchItemList": "", +"TouchVerticalContainer": "", "ValuePicker": "" } |
