Animation is represented as a sequence of frames. These could be created manually or loaded from TexturePacker. Then you can set some properties defining how resulting sequence should be played. Call ...
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 ...