Hello Guest

Author Topic: Tilemap layers with sorting layers  (Read 3955 times)

salva

  • Newbie
  • *
  • Posts: 4
    • View Profile
Tilemap layers with sorting layers
« on: February 07, 2014, 08:48:06 am »
Hi!

I have a tilemap with multiple tilemap layers, each layer has a z displacement. That's ok.
Now i have sprites that i need to render between layers... how i can do that? The sprites are using sorting layer and order in layer that's works fine. But they are always renderer on top of tilemap, if i can't do that... how i can disable sorting layer functionality in sprites and return to z order solution?

Thanks.

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Tilemap layers with sorting layers
« Reply #1 on: February 07, 2014, 12:22:09 pm »
You can just turn on sorting layers in the tk2d tile map layer panel and assign what you want to each layer there.

salva

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Tilemap layers with sorting layers
« Reply #2 on: February 07, 2014, 01:11:42 pm »
Thanks.

After update to 2.3.3 the option has been shown