tile_layer_show(depth);
Argument | Description |
---|---|
depth | The depth of tiles which is to be shown. |
Returns: Real
Tiles, like backgrounds and other image assets, can be visible
or not. This function can be used to turn all the tiles at a
certain depth visible so that they are drawn on the screen.
tile_layer_show(-1000);
The above code will show the tiles with a depth of -1000.