Removed hardcoded "camera" name reference and manual tween node camera (#411)

Co-authored-by: StraToN <StraToN@users.noreply.github.com>
This commit is contained in:
Julian Murgia
2021-10-07 08:22:27 +02:00
committed by GitHub
parent 41902b5791
commit 00de7fcc4d
15 changed files with 22 additions and 18 deletions

View File

@@ -13,7 +13,7 @@ A manager for ESC objects
### RESERVED\_OBJECTS
```gdscript
const RESERVED_OBJECTS: Array = ["_music","_sound","_speech"]
const RESERVED_OBJECTS: Array = ["_music","_sound","_speech","_camera"]
```
## Property Descriptions