SaveImage

Does this function still work to save images to documents when the code is exported?

@Luatee as long as you don’t use the Documents.spritepack folder that the export mechanism creates for you. If you delete that folder from your Xcode project then saveImage should read/save to the proper Documents location for your app.

Thanks that’s great, and simple.