Is it possible to paste tiles/frames (from one image) onto a pixmap?
I'm able to place individual images onto a pixmap, using pixmap_image.paste(image,X,Y), but each image is loaded separately.
Have I missed a command to paste a certain frame from an anim_image (multiple frame image) onto the pixmap? eg. pixmap_image.paste(image,X,Y,FRAME)
If there's not a single command, has anyone created a function to do this?
I'm able to place individual images onto a pixmap, using pixmap_image.paste(image,X,Y), but each image is loaded separately.
Have I missed a command to paste a certain frame from an anim_image (multiple frame image) onto the pixmap? eg. pixmap_image.paste(image,X,Y,FRAME)
If there's not a single command, has anyone created a function to do this?