Refactor ESCMovable._process() (#374)

* Refactor ESCMovable._process()
Fixes #348

* Fixes

* docs: Automatic update of API docs

Co-authored-by: StraToN <StraToN@users.noreply.github.com>
This commit is contained in:
Julian Murgia
2021-08-26 14:29:35 +02:00
committed by GitHub
parent 3ab3d0945c
commit 2ed184ad4a
2 changed files with 96 additions and 72 deletions

View File

@@ -64,14 +64,6 @@ var moved: bool
Wether the character was moved at all
### last\_deg
```gdscript
var last_deg: int
```
Angle degrees from the last position to the next
### last\_dir
```gdscript