feat: new amy animation

This commit is contained in:
Kazhnuz 2021-07-04 11:44:04 +02:00
parent 4a8ea25b7e
commit 725cf66c33
2 changed files with 35 additions and 0 deletions

View file

@ -139,6 +139,41 @@ return {
loop = 54,
speed = 15,
pauseAtEnd = true,
},
["heal"] = {
startAt = 63,
endAt = 66,
loop = 64,
speed = 15,
pauseAtEnd = false,
},
["healend"] = {
startAt = 67,
endAt = 68,
loop = 68,
speed = 15,
pauseAtEnd = true,
},
["hammer1"] = {
startAt = 69,
endAt = 82,
loop = 69,
speed = 15,
pauseAtEnd = false,
},
["hammer2"] = {
startAt = 83,
endAt = 95,
loop = 83,
speed = 15,
pauseAtEnd = false,
},
["gift"] = {
startAt = 96,
endAt = 106,
loop = 96,
speed = 15,
pauseAtEnd = false,
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 92 KiB