11 lines
156 B
YAML
11 lines
156 B
YAML
# bin animation
|
|
tileSetFile: bin.gif
|
|
frameWidth: 16
|
|
frameHeight: 8
|
|
|
|
animations:
|
|
- name: default
|
|
speed: 0.1667
|
|
loop: 0
|
|
frames: [0, 1, 2, 3, 4]
|