feat: add new animations for Sonic

This commit is contained in:
Kazhnuz 2021-07-17 09:58:04 +02:00
parent 725cf66c33
commit bda80d4f20
2 changed files with 35 additions and 0 deletions

View file

@ -139,6 +139,41 @@ return {
loop = 64,
speed = 15,
pauseAtEnd = true,
},
["flare"] = {
startAt = 65,
endAt = 80,
loop = 65,
speed = 20,
pauseAtEnd = false,
},
["updraft"] = {
startAt = 81,
endAt = 89,
loop = 81,
speed = 18,
pauseAtEnd = false,
},
["heal"] = {
startAt = 90,
endAt = 93,
loop = 91,
speed = 15,
pauseAtEnd = false,
},
["healend"] = {
startAt = 94,
endAt = 95,
loop = 95,
speed = 15,
pauseAtEnd = false,
},
["gift"] = {
startAt = 96,
endAt = 101,
loop = 96,
speed = 15,
pauseAtEnd = false,
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 81 KiB