Files

43 lines
616 B
JSON
Raw Permalink Normal View History

2021-11-21 17:09:49 +11:00
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"copyright": "Made with love by Shaeone",
2021-11-21 17:09:49 +11:00
"license": "CC-BY-SA-3.0",
"states": [
{
"name": "base",
"directions": 1
2021-11-21 17:09:49 +11:00
},
{
"name": "thrust",
"directions": 1
2021-11-21 17:09:49 +11:00
},
{
"name": "thrust_burn",
"directions": 1,
2021-11-21 17:09:49 +11:00
"delays": [
[
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "thrust_burn_unshaded",
"directions": 1,
2021-11-21 17:09:49 +11:00
"delays": [
[
0.1,
0.1,
0.1,
0.1
]
]
}
]
}