| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- {
- "version": 1,
- "license": "CC-BY-SA-3.0",
- "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/bd6873fd4dd6a61d7e46f1d75cd4d90f64c40894 and modified by Swept",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "icon"
- },
- {
- "name": "arcade",
- "directions": 4
- },
- {
- "name": "arcade_broken",
- "directions": 4
- },
- {
- "name": "panel",
- "directions": 4
- },
- {
- "name": "screen_invaders",
- "directions": 4,
- "delays": [
- [
- 0.3,
- 0.3,
- 0.3,
- 0.3,
- 0.3,
- 0.3
- ],
- [
- 1.8
- ],
- [
- 1.8
- ],
- [
- 1.8
- ]
- ]
- },
- {
- "name": "screen_blockgame",
- "directions": 4,
- "delays": [
- [
- 0.2,
- 0.2,
- 0.2,
- 0.2,
- 0.2,
- 0.2,
- 0.2,
- 0.2,
- 0.2,
- 0.2,
- 0.2,
- 0.2,
- 0.2,
- 0.2,
- 0.2,
- 0.2,
- 0.2,
- 0.2,
- 0.2,
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.5
- ],
- [
- 4.8
- ],
- [
- 4.8
- ],
- [
- 4.8
- ]
- ]
- },
- {
- "name": "screen_spacevillain",
- "directions": 4,
- "delays": [
- [
- 1.0,
- 0.8,
- 0.2,
- 0.8,
- 0.5,
- 1.0,
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.5,
- 1.0,
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.2,
- 0.5,
- 0.1,
- 0.8,
- 1.0
- ],
- [
- 9.6
- ],
- [
- 9.6
- ],
- [
- 9.6
- ]
- ]
- }
- ]
- }
|