Fixed issue with CocoonJS detection in Device.

Fixed docs issue in Tilemap.
Created landscape pointer test, confirmed working fine (issue #276)
This commit is contained in:
photonstorm
2014-02-28 03:09:04 +00:00
parent 43cd5e4b3f
commit 34ee2b0b20
11 changed files with 218 additions and 107 deletions
+1
View File
@@ -293,6 +293,7 @@ Phaser.Utils.Debug.prototype = {
this.line('World X: ' + pointer.worldX + " World Y: " + pointer.worldY);
this.line('Screen X: ' + pointer.x + " Screen Y: " + pointer.y);
this.line('Duration: ' + pointer.duration + " ms");
this.line('is Down: ' + pointer.isDown + " is Up: " + pointer.isUp);
this.stop();
},