32 lines
564 B
JSON
32 lines
564 B
JSON
|
|
{
|
||
|
|
"version": 1,
|
||
|
|
"size": {
|
||
|
|
"x": 32,
|
||
|
|
"y": 32
|
||
|
|
},
|
||
|
|
"states": [
|
||
|
|
{
|
||
|
|
"name": "lantern_off",
|
||
|
|
"select": [],
|
||
|
|
"flags": {},
|
||
|
|
"directions": 1,
|
||
|
|
"delays": [
|
||
|
|
[
|
||
|
|
1.0
|
||
|
|
]
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "lantern_on",
|
||
|
|
"select": [],
|
||
|
|
"flags": {},
|
||
|
|
"directions": 1,
|
||
|
|
"delays": [
|
||
|
|
[
|
||
|
|
1.0
|
||
|
|
]
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|