| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "version": 1,
- "license": "CC-BY-SA-3.0",
- "copyright": "On, off, broken, burned, empty sprites by RiceMar1244",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "broken",
- "directions": 4
- },
- {
- "name": "burned",
- "directions": 4
- },
- {
- "name": "empty",
- "directions": 4
- },
- {
- "name": "base",
- "directions": 4
- },
- {
- "name": "glow",
- "directions": 4,
- "delays": [
- [
- 0.1,
- 0.5
- ],
- [
- 0.1,
- 0.5
- ],
- [
- 0.1,
- 0.5
- ],
- [
- 0.1,
- 0.5
- ]
- ]
- }
- ]
- }
|