Files

49 lines
744 B
JSON
Raw Permalink Normal View History

{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
2023-03-10 15:45:44 +02:00
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/53d1f1477d22a11a99c6c6924977cd431075761b , remade by Alekshhh",
"states": [
{
"name": "bear",
2022-03-28 13:53:06 -07:00
"directions": 4
},
2023-03-11 16:35:52 +02:00
{
"name": "glow",
"directions": 4,
"delays": [
[
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2
]
]
},
{
2022-03-28 13:53:06 -07:00
"name": "bear_dead"
}
]
}