I have a tiled spritesheet saved as a png image that I want to load as a pyglet.image.Animation
. I can see how to load an animation from a gif or a series of images, but I can't even figure out how to preform image slicing on images.
I have a tiled spritesheet saved as a png image that I want to load as a pyglet.image.Animation
. I can see how to load an animation from a gif or a series of images, but I can't even figure out how to preform image slicing on images.