flipped : boolean Whether this tile is flipped (mirrored) or not. Source
alpha : number The alpha value at which this tile is drawn to the canvas. Source
faceTop : boolean Is the top of this tile an interesting edge? Source code:
properties : Object Tile specific properties. Source code:
scanned : boolean Has this tile been walked / turned into a poly? Source
x : number The x map coordinate of this tile. Source code:
[readonly] collides : boolean True if this tile can collide on any of its faces.
[readonly] left : number The x value in pixels. Source
faceLeft : boolean Is the left of this tile an interesting edge? Source code:
setCollisionCallback(callback, context) Set a callback to be called when this tile is hit by an object.The callback must true
Page 3 of 4