Multiple tile layers

All we need to do now is make a few small changes to our game level to get all of this working correctly. Follow these last few steps:

  1. In the Dashboard tab, under Scenes, open up Level 1 again.
  2. You will see that we currently have two background layers and one tile layer. Actors can only be placed on the tile layers, which means, currently, all of our actors will be rendered to the same layer. This could create some ugly rendering anomalies regarding the z-order. To avoid this, let's add two additional tile layers by clicking on the following button twice:
    Multiple tile layers

    Tip

    z-order refers to the order in which sprites are drawn on the screen, ...

Get Stencyl Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.