Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Litogin committed Apr 27, 2024
1 parent 5fd281a commit bc18d6b
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
speciesRestriction: []
sprites:
- sprite: Corvax/Mobs/Customization/vulpkanin.rsi
state: tail_fox_waggin.png
state: tail_fox_waggin
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,84 @@
{
"name": "wolf_tail_inner",
"directions": 4
},
{
"name": "tail_fox_waggin",
"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.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.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.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.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
}
]
}

0 comments on commit bc18d6b

Please sign in to comment.