| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "version": 1,
- "size": {
- "x": 32,
- "y": 32
- },
- "license": "CC-BY-SA-3.0",
- "copyright": "Deer by Calciumtrice, usable under Creative Commons Attribution 3.0 license, from https://opengameart.org/content/deer, edited by IProduceWidgets (github)",
- "states": [
- {
- "name": "reindeer_doe",
- "directions": 4,
- "delays": [
- [
- 1,
- 0.2,
- 0.2,
- 0.2,
- 0.2
- ],
- [
- 1,
- 0.2,
- 0.2,
- 0.2,
- 0.2
- ],
- [
- 0.2,
- 0.2,
- 0.2,
- 0.2,
- 1
- ],
- [
- 0.2,
- 0.2,
- 0.2,
- 0.2,
- 1
- ]
- ]
- },
- {
- "name": "reindeer_doe_still",
- "directions": 4
- },
- {
- "name": "reindeer_doe_dead"
- }
- ]
- }
|