ID:157977
 
Hey, I'm pretty new to creating games and I have a problem that I can't seem to find an answer for.

I'm trying to put two turf tiles one on top of the other.

The first is a grass tile. The second is a tree tile. I want my character to walk on the grass, under the tree. But if I put the tree tile, (which I removed the original background and made it the default Byond background), it completely replaces the grass tile so that I have just a piece of the tree and a black background.

Can anyone help me?

Thanks.
Control-clicking will place a turf with the already-existing turf being added to its underlays. It is not possible to actually have two turfs in the same location, but this will allow you to walk "between" the tree and the grass. Keep in mind that, again, the only turf there will be the tree, not the grass.
In response to Garthor
Garthor wrote:
this will allow you to walk "between" the tree and the grass.

(Only provided the turf itself has a higher layer than the mob, and the turf used to create the underlay has a lower one than the mob, of course.)
In response to Garthor
Alright! It worked. Thanks so much. Pity it was so simple a fix. jk.