Page 1 of 1
World Map Issues
Posted: Fri Aug 12, 2022 2:48 pm
by Witherskeleton
Hello! I'm making a game in this and for some reason, after the rock-covered level, everything appears at once when I finish the level instead of each level appearing as I finish the last one. I have no idea how to fix this. Could someone help?

Re: World Map Issues
Posted: Fri Aug 12, 2022 5:22 pm
by deice
remove any path objects you've placed beneath the levels, and it should work fine. paths only serve to connect separate levels, and shouldn't occupy the same spot as a level (unless the intent is for the path to keep opening afterwards)
Re: World Map Issues
Posted: Fri Aug 12, 2022 11:21 pm
by Witherskeleton
Oh, I guess I put the paths below the levels. Thanks for helping!