Files
OldThink/Resources/Textures/Mobs/Animals/fox.rsi/meta.json
themias 0c944ed81e More sprite movement states (#24237)
* More sprite movement states

* what
2024-01-18 18:48:27 -05:00

51 lines
660 B
JSON

{
"version": 1,
"size":
{
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from TG git https://github.com/tgstation/tgstation/blob/master/icons/mob/pets.dmi",
"states":
[
{
"name": "fox",
"directions": 4
},
{
"name": "fox-moving",
"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
]
]
},
{
"name": "fox_dead"
}
]
}