| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "version": 1,
- "license": "CC-BY-SA-3.0",
- "copyright": "Taken from baystation at https://github.com/Baystation12/Baystation12/commit/ded74aff42136a7953c551a2a94cebc81f62f9fb, Inhand sprites by onesch",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "icon"
- },
- {
- "name": "inhand-left",
- "directions": 4
- },
- {
- "name": "inhand-right",
- "directions": 4
- },
- {
- "name": "working",
- "delays": [
- [
- 0.1,
- 0.1,
- 0.1,
- 3.0,
- 0.3,
- 0.2,
- 0.8
- ]
- ]
- }
- ]
- }
|