I’m optimizing the videogame I’m currently working on. It has several animations, and wanted to optimize it as much as possible. Right now, the sprite sheets are a 1024x1024 png, but would like to use a 512x512 jpg, but then I wouldn’t have the alpha channel, so I wondered if Corona provides a color key property. I’ve been looking for it and found the display.setDefault(), it’s not what I was looking for…
Any idea?