I am making a top-down Zelda like game and I am at the point where I want to add more dungeons/levels. I am unsure if I should just put all the levels on one Huge layout and just have the player warp to the other areas or if I should duplicate my first level layout and make a new Level from that?
I know that duplicating the layout means that anything I create in one level that I want the have in the other level, needs to be duplicating as well, but that seems like I would be making everything twice.
How I have it right now is that you can go to the other levels by going through a portal, but if you got a item on the first layout and it is not on the 2nd layout you lose it.