Updated physics body to use localTransform. Updated tanks demo.

This commit is contained in:
photonstorm
2013-10-09 05:13:38 +01:00
parent 83a00862be
commit ca9321ef42
7 changed files with 53 additions and 63 deletions
-2
View File
@@ -539,8 +539,6 @@ Phaser.Utils.Debug.prototype = {
this.line('scaleY: ' + sprite.localTransform[4]);
this.line('transX: ' + sprite.localTransform[2]);
this.line('transY: ' + sprite.localTransform[5]);
this.line('sX: ' + sprite._sx);
this.line('sY: ' + sprite._sy);
},