tail fix (#64)

This commit is contained in:
HitPanda
2023-05-16 11:35:24 +03:00
committed by Aviu00
parent ff771b1761
commit aa9bd80610
3 changed files with 32 additions and 1 deletions

View File

@@ -26,3 +26,4 @@ marking-CatTailDouble = Двойной хвост
marking-CatTailDouble-double_tail_cat_back = Первый хвост
marking-CatTailDouble-double_tail_cat_front = Второй хвост
marking-DemonTailWarete = Демонический хвост
marking-DemonTailWarete-tail = Хвост

View File

@@ -9,7 +9,37 @@
"states": [
{
"name": "tail",
"directions": 4
"directions": 4,
"delays": [
[
0.4,
0.4,
0.4,
0.4,
0.4
],
[
0.4,
0.4,
0.4,
0.4,
0.4
],
[
0.4,
0.4,
0.4,
0.4,
0.4
],
[
0.4,
0.4,
0.4,
0.4,
0.4
]
]
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 436 B

After

Width:  |  Height:  |  Size: 1.4 KiB