50 lines
974 B
JSON
50 lines
974 B
JSON
{
|
|
"version": 1,
|
|
"license": "CC-BY-SA-3.0",
|
|
"copyright": "On, off, broken, burned, empty sprites by RiceMar1244",
|
|
"size": {
|
|
"x": 32,
|
|
"y": 32
|
|
},
|
|
"states": [
|
|
{
|
|
"name": "broken",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "burned",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "empty",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "base",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "glow",
|
|
"directions": 4,
|
|
"delays": [
|
|
[
|
|
0.1,
|
|
0.5
|
|
],
|
|
[
|
|
0.1,
|
|
0.5
|
|
],
|
|
[
|
|
0.1,
|
|
0.5
|
|
],
|
|
[
|
|
0.1,
|
|
0.5
|
|
]
|
|
]
|
|
}
|
|
]
|
|
}
|