11 lines
179 B
YAML
11 lines
179 B
YAML
# bell animation
|
|
tileSetFile: bell.gif
|
|
frameWidth: 16
|
|
frameHeight: 16
|
|
|
|
animations:
|
|
- name: default
|
|
speed: 0.1
|
|
loop: 0
|
|
frames: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]
|