Closed racingcow closed 11 years ago
Thanks for finding this issue! I've actually added a reverse option to animations, and it had the same issue you pointed out. I found a few other related fixes as I was working with your changes, so I've merged your fixes into this last commit. Seems to be working as expected... give the latest version of the dev branch a try and if it doesn't fix the problem please reopen this issue.
I pulled the dev branch, and it is working great. Thanks, @collinhover .
The
stop
oronce
parameters in animSettings are being ignored on an entities that extend ig.EntityExtended.In the following entity, for example, the
defaultAnim
animation will repeat instead of playing once and then stopping.I added a pull request https://github.com/collinhover/impactplusplus/pull/29. It should resolve this issue.