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