Hey there,
I want to implement a Gif. Therefore, I declared a GifImage in my Actor class and set it to my .gif Image:
Then, I implemented this code in the act() of my actor:
There is a Animation but the single pictures of my running character start overlapping (first 2 legs, then 4, then 6 etc.).
How can I fix this?
Thanks for your answer :)
GifImage gifImage = new GifImage("mygif.gif");setImage(gifImage.getCurrentImage());
