I’ve been trying to create an animation system for my game, however; whenever I re-assign the player’s texture in order to draw the new frame’s texture, the previous frame’s texture remains on the screen.
I’ve been experimenting with different solutions for a few hours, but I haven’t really found a solution that works properly.
Also; is there a way to create animations that doesn’t require me to create a whole animation system from scratch?