New lineIntersectLine() function working nicely.

This commit is contained in:
photonstorm
2014-01-28 17:13:07 +00:00
parent 82cb66f47b
commit 5b85c910cb
8 changed files with 555 additions and 26 deletions
+5
View File
@@ -59,6 +59,11 @@ Phaser.Tile = function (layer, index, x, y, width, height) {
*/
this.properties = {};
/**
* @property {boolean} walked - Has this tile been walked / turned into a poly?
*/
this.walked = false;
/**
* @property {boolean} faceTop - Is the top of this tile an interesting edge?
*/