Quote:
Originally Posted by Tigairius
The tile type of a layer? You mean the tile type of a tile on a different layer?
You'd do this:
PHP Code:
level.tilelayers[layer].tiletype(x, y)
|
I don't think they work, sadly :/ Nor does onwall and such either. Pretty sure the only thing you can do is:
level.tilelayers[layer].tiles[x,y]
Unless it was fixed in v6.