yichenwa / 2DRoguelike

1 stars 4 forks source link

Generate Second Level Upon Reaching Exit #135

Closed ceelman closed 6 years ago

ceelman commented 6 years ago

Need to actually generate the second level after reaching the exit to the first level. This involves completely removing any game objects pertaining to the first level (rooms, enemies) before instantiating the new rooms and enemies to form the second level.