Generates an animation from the given sprite file path. The given path MUST be a valid path relative to the game directory including the file extension, e.g. "images/explosion.png". The path to the ...
I've come up with a fairly simple way of animating any kind of image format, based on how sprite sheets were used back in the day. I believe most pixel artists are familiar with sprite sheets and why ...