| 123456789101112131415161718192021222324252627282930313233 |
- {
- "version": 1,
- "size": {
- "x": 32,
- "y": 32
- },
- "license": "CC-BY-SA-3.0",
- "copyright": "Taken from Frontier Station, created by Tem Armoff https://github.com/new-frontiers-14/frontier-station-14/pull/484/files, Inhand sprites by onesch",
- "states": [
- {
- "name": "scanner",
- "directions": 1,
- "delays": [
- [
- 0.4,
- 0.4
- ]
- ]
- },
- {
- "name": "icon",
- "directions": 1
- },
- {
- "name": "inhand-left",
- "directions": 4
- },
- {
- "name": "inhand-right",
- "directions": 4
- }
- ]
- }
|