Hello there and thanks in advance to anyone who can answer, I would like to know:
- if two objects that use the same PNG spritesheet (or a cloned object) share this PNG spritesheet, in a resource point of view, or do the project duplicates the spritesheets? (making a new copy of the PNG image file for each object)
Example: I have a PNG spritesheet file I wanna use for a monster. There will be several monsters with the same image, but inside different Container Objects. So I thought about creating cloned objects, but I would need to know if the project will or will not duplicate the spritesheets (it could be heavy on file size).
Once again, thanks in advance to anyone who can answer. Best regards.