Issue 320 (#396) - Mobile fixes

Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
Co-authored-by: dploeger <dploeger@users.noreply.github.com>
This commit is contained in:
Dennis Ploeger
2021-09-23 08:32:08 +02:00
committed by GitHub
parent bb93dc1ef3
commit 60ea4d851b
82 changed files with 897 additions and 427 deletions

View File

@@ -29,19 +29,6 @@ The ESC script connected to this background
## Method Descriptions
### manage\_input
```gdscript
func manage_input(_viewport, event, _shape_idx) -> void
```
Manage inputs reaching the Area2D and emit the events to the input manager
#### Parameters
- _viewport: (not used)
- event: Event received
- _shape_idx: (not used)
### get\_full\_area\_rect2
```gdscript