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