11 lines
159 B
YAML
11 lines
159 B
YAML
# elsa animation
|
|
tileSetFile: elsa.gif
|
|
frameWidth: 16
|
|
frameHeight: 16
|
|
|
|
animations:
|
|
- name: default
|
|
speed: 0.1
|
|
loop: 0
|
|
frames: [0, 1, 2, 3, 4, 5]
|