| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "version": 1,
- "license": "CC0-1.0",
- "copyright": "Created by EmoGarbage404 (github)",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "substation"
- },
- {
- "name": "substation_static"
- },
- {
- "name": "substation_wall",
- "directions": 4
- },
- {
- "name": "screen_wall",
- "directions": 4,
- "delays": [
- [
- 5.0,
- 0.5,
- 0.5,
- 0.5
- ],
- [
- 5.0,
- 0.5,
- 0.5,
- 0.5
- ],
- [
- 5.0,
- 0.5,
- 0.5,
- 0.5
- ],
- [
- 5.0,
- 0.5,
- 0.5,
- 0.5
- ]
- ]
- },
- {
- "name": "substation_wall_static"
- },
- {
- "name": "full"
- },
- {
- "name": "charging",
- "delays": [
- [
- 0.1,
- 0.1
- ]
- ]
- },
- {
- "name": "dead",
- "delays": [
- [
- 0.3,
- 0.1
- ]
- ]
- },
- {
- "name": "screen",
- "delays": [
- [
- 5.0,
- 0.5,
- 0.5,
- 0.5
- ]
- ]
- }
- ]
- }
|