Hi, I would like to suggest the ability to change the entity animation playing speed!
Right now that can be done by spamming SetEntityAnimationTime() but that's jittering/jumping/glitching and can only be used when the animation is playing make it a mess.
It would be great to see this feature, thanks!
Entity Animation Speed
Re: Entity Animation Speed
Have you tested AddEntityAnimationTime() ? Look at EntityAnimation.pb example.
Please correct my english
http://purebasic.developpez.com/
http://purebasic.developpez.com/
Re: Entity Animation Speed
Yes alright that seems like a good way to enable precise animation speed changes, thanks for the hint!