Hi All,
I have an image sheet for each of my in game characters, when I’m loading my level and find a reference to a character I load the image sheet and create a sprite from it. My question is, does corona know that this image has been loaded before and read it from memory or does it do a full load. If the latter is true I will create a sort of image pool for reusing images.
Thanks in advance.