Page 1 of 1

How do I make secret areas in the level editor?

PostPosted: 24 Aug 2016, 21:43
by Tlaloc1
So, I'm working on some levels, and I want to know how to reveal secret areas. (IE: The one at the end of the first level of Icy Island)

Re: How do I make secret areas in the level editor?

PostPosted: 24 Aug 2016, 21:49
by Tobbi
Create a new tilemap, set its name and use a Z value so that it covers the area you want to cover. So, it's gotta be more than the tilemap you wanna cover, put tiles on it, then reference its name in the secret area trigger (FadeTilemap). Done.

Re: How do I make secret areas in the level editor?

PostPosted: 24 Aug 2016, 22:55
by brmbrmcar
How on earth do you make a new tilemap in the in-game editor?

Re: How do I make secret areas in the level editor?

PostPosted: 24 Aug 2016, 23:41
by Tobbi
Tilemaps are in the ambient category.

Re: How do I make secret areas in the level editor?

PostPosted: 25 Aug 2016, 19:21
by Tlaloc1
Thanks for your help :]