| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "version": 1,
- "size": {
- "x": 32,
- "y": 32
- },
- "license": "CC-BY-SA-3.0",
- "copyright": "Taken from https://github.com/tgstation/tgstation at 1c7401722f397d8ac8afdd10e550c5962e0f38d4",
- "states": [
- {
- "name": "cold1",
- "directions": 1
- },
- {
- "name": "cold2",
- "directions": 1
- },
- {
- "name": "cold3",
- "directions": 1,
- "delays": [
- [
- 0.5,
- 0.5
- ]
- ]
- },
- {
- "name": "hot1",
- "directions": 1
- },
- {
- "name": "hot2",
- "directions": 1
- },
- {
- "name": "hot3",
- "directions": 1,
- "delays": [
- [
- 0.5,
- 0.5
- ]
- ]
- }
- ]
- }
|