11 lines
155 B
YAML
11 lines
155 B
YAML
# platform1 animation
|
|
tileSetFile: platform1.gif
|
|
frameWidth: 24
|
|
frameHeight: 8
|
|
|
|
animations:
|
|
- name: default
|
|
speed: 0
|
|
loopFrom: 0
|
|
frames: [0]
|