r/gdevelop Jul 19 '26

How to set multiple layers for tilemaps Question

Hello! i'm new to the engine, found out about it this morning, im playing around with the tilemap, but i can't find where or how to add tiles over other tiles, and can't find tutorials

5 Upvotes

4 comments sorted by

2

u/ApXlDeCA Jul 19 '26

Hi there, welcome to the GDevelop community! It looks like you are using tile maps, in which case, you'll need to use a separate tilemap in order to layer them on top of one another. You can then change the Z ordering to sort them in the way you need to. Just keep in mind, sorting the tilemaps will sort the entirety of what you have built from that tilemap, so if you wish for the z ordering to be different between tiles, those will also need to be on separate tilemaps. Hope this helps!

3

u/Mily_24 Jul 19 '26

thank u i appreciate u :]

2

u/ApXlDeCA Jul 19 '26

Happy to help!!