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