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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user