Skip to content

Commit

Permalink
adjust WARNING animation interpolation to look more accurate to under…
Browse files Browse the repository at this point in the history
…tale's style
  • Loading branch information
TheAfroOfDoom committed Feb 29, 2024
1 parent 1a3a311 commit e5e13b4
Showing 1 changed file with 26 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
"interpolate": true,
"width": 160,
"height": 160,
"frametime": 5
"frames": [
{
"index": 0,
"time": 2
},
{
"index": 0,
"time": 1
},
{
"index": 0,
"time": 2
},
{
"index": 1,
"time": 2
},
{
"index": 1,
"time": 1
},
{
"index": 1,
"time": 2
}
]
}
}

0 comments on commit e5e13b4

Please sign in to comment.