11 lines
158 B
YAML
11 lines
158 B
YAML
# spider animation
|
|
tileSetFile: spider.gif
|
|
frameWidth: 8
|
|
frameHeight: 8
|
|
|
|
animations:
|
|
- name: default
|
|
speed: 0.0667
|
|
loop: 0
|
|
frames: [0, 1, 2, 3]
|