47 lines
969 B
JSON
47 lines
969 B
JSON
{
|
|
"version": 1,
|
|
"size": {
|
|
"x": 32,
|
|
"y": 32
|
|
},
|
|
"license": "CC-BY-SA-3.0",
|
|
"copyright": "Taken from https://github.com/tgstation",
|
|
"states": [
|
|
{
|
|
"name": "icon",
|
|
"directions": 1,
|
|
"delays": [ [ 1.0 ] ]
|
|
},
|
|
{
|
|
"name": "equipped-MASK",
|
|
"directions": 4,
|
|
"delays": [
|
|
[ 1.0 ],
|
|
[ 1.0 ],
|
|
[ 1.0 ],
|
|
[ 1.0 ]
|
|
]
|
|
},
|
|
{
|
|
"name": "inhand-left",
|
|
"directions": 4,
|
|
"delays": [
|
|
[ 1.0 ],
|
|
[ 1.0 ],
|
|
[ 1.0 ],
|
|
[ 1.0 ]
|
|
]
|
|
},
|
|
{
|
|
"name": "inhand-right",
|
|
"directions": 4,
|
|
"delays": [
|
|
[ 1.0 ],
|
|
[ 1.0 ],
|
|
[ 1.0 ],
|
|
[ 1.0 ]
|
|
]
|
|
}
|
|
]
|
|
}
|