6
2025-12-27 15:27:38 +03:00

35 lines
718 B
JSON

{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprited by Nimfar11 (Github) for Space Station 14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "spacecobra",
"directions": 4,
"delays": [
[0.3,0.2,0.2,0.4,0.2,0.2,0.3],
[0.3,0.2,0.2,0.4,0.2,0.2,0.3],
[0.3,0.2,0.2,0.4,0.2,0.2,0.3],
[0.3,0.2,0.2,0.4,0.2,0.2,0.3]
]
},
{
"name": "glow",
"directions": 4,
"delays": [
[0.3,0.2,0.2,0.4,0.2,0.2,0.3],
[0.3,0.2,0.2,0.4,0.2,0.2,0.3],
[0.3,0.2,0.2,0.4,0.2,0.2,0.3],
[0.3,0.2,0.2,0.4,0.2,0.2,0.3]
]
},
{
"name": "dead_spacecobra"
}
]
}