Hi guys,
I am currently working on a game right now that has lots of levels. What I did was I created a layout that contains all the necessary assets (graphics, characters, objects) needed for the game, I call this layout the "Assets Layout". For every level I create, I just duplicate the Assets Layout and reposition the objects on the screen.
Am I doing it right?
The reason why I'm asking is because I'm afraid that I might end up with a game that has a very big file size (since I duplicate objects for every level)
How are you guys doing your levels? Please share it with me!
Thank you in advance!
Cheers