Флафф

This commit is contained in:
drdth
2023-12-06 19:08:55 +03:00
committed by Aviu00
parent 60d785ba87
commit 9920b59c51
6 changed files with 121 additions and 0 deletions

View File

@@ -0,0 +1,87 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "fox_ears",
"directions": 4
},
{
"name": "fox_tail",
"directions": 4
},
{
"name": "fox_tail_wagging",
"directions": 4,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.15
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.15
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.15
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.15
]
]
}
]
}