Level opens up both branching paths and connects them.
Posted: Sun Jul 10, 2022 5:37 pm
by Biscuit
Hi! Right now, I am making a world for a game. When you beat the 2nd level, it opens up a branching path to levels 3 and 4, but the path continues and opens everything else up. I need help on how to fix this.
https://cdn.discordapp.com/attachments/ ... -13-15.mp4
Re: Level opens up both branching paths and connects them.
Posted: Mon Jul 11, 2022 4:29 am
by Luna
You need to make the path split at the level itself, not after it.
Re: Level opens up both branching paths and connects them.
Posted: Mon Jul 11, 2022 5:17 am
by ElectriKong
Looks like you have put path tiles under the levels. This will cause the path to continue and unlock levels beyond it. If you want the path to stop at a level, then don't place a path tile under it.
Re: Level opens up both branching paths and connects them.
Posted: Mon Jul 11, 2022 12:25 pm
by Biscuit
Both worked, and I did a different path layout on the map. Thank you 2!