Add ESCAnimationResource to hold characters animations. (#342)
Co-authored-by: StraToN <StraToN@users.noreply.github.com> Co-authored-by: Dennis Ploeger <develop@dieploegers.de> Co-authored-by: dploeger <dploeger@users.noreply.github.com>
This commit is contained in:
@@ -191,10 +191,10 @@ Speed damp of this item if movable
|
||||
### animations
|
||||
|
||||
```gdscript
|
||||
export var animations = "[Object:null]"
|
||||
var animations: ESCAnimationResource
|
||||
```
|
||||
|
||||
Animations script (for walking, idling...)
|
||||
ESCAnimationsResource (for walking, idling...)
|
||||
|
||||
### animation\_sprite
|
||||
|
||||
|
||||
Reference in New Issue
Block a user