| 123456789101112131415161718192021222324252627282930313233 |
- {
- "version": 1,
- "license": "CC0-1.0",
- "copyright": "Created by TheShuEd (github) for Space Station 14.",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "icon"
- },
- {
- "name": "inhand-left",
- "directions": 4
- },
- {
- "name": "inhand-right",
- "directions": 4
- },
- {
- "name": "screen",
- "delays": [
- [
- 0.2,
- 0.2,
- 0.2,
- 0.2
- ]
- ]
- }
- ]
- }
|