feat(sonic): add spinning animations

This commit is contained in:
Kazhnuz 2019-08-22 17:32:05 +02:00
parent df883dcf32
commit 42837c6fbd
2 changed files with 35 additions and 0 deletions

View file

@ -77,5 +77,40 @@ return {
speed = 25,
pauseAtEnd = true,
},
["spindash"] = {
startAt = 37,
endAt = 40,
loop = 37,
speed = 25,
pauseAtEnd = false,
},
["spindash_full"] = {
startAt = 41,
endAt = 44,
loop = 41,
speed = 25,
pauseAtEnd = false,
},
["spin"] = {
startAt = 45,
endAt = 48,
loop = 45,
speed = 25,
pauseAtEnd = false,
},
["spinjump"] = {
startAt = 49,
endAt = 54,
loop = 51,
speed = 25,
pauseAtEnd = false,
},
["spinjump_nucurl"] = {
startAt = 51,
endAt = 54,
loop = 51,
speed = 25,
pauseAtEnd = false,
},
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 38 KiB