Files
HitPanda 5954d821c5 [Sponsor] Pets summon book + Wanderer_ pet (#44)
* Pets summon book ready

* fix name
2024-01-17 10:12:44 +03:00

40 lines
545 B
JSON

{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/frosty-dev/white",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "viper",
"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
]
]
},
{
"name": "viper_dead"
}
]
}