mirror of
https://github.com/wassname/phaser.git
synced 2026-07-10 00:30:50 +08:00
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:
@@ -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();
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user