Say I'm doing a auto-generated dungeon but I want to design each room specifically. So, I design three distinct rooms that are randomly placed in a pattern.
How could I group the sprites in such a way so that I can easily spawn the collection as a room when needed later?
Thank you for any tips / ideas :)