Hi all, I'm trying to figure out how to build a big layout dynamically from smaller pieces stored as separate layouts.
Basically I want to randomly create a level layout by stitching together smaller prebuilt layouts (consisting of sprite objects, collision objects and tilemap data). If you're familiar with Spelunky, it does something similar as its initial level generation step.
Is there a standard way to do this in C3?
Thank you!