More docs and quick patch to stop the body.allowRotation messing things up.

This commit is contained in:
Richard Davey
2013-10-01 16:56:47 +01:00
parent ca113b85aa
commit 7c7cd8b01d
23 changed files with 5328 additions and 169 deletions
+2 -1
View File
@@ -171,7 +171,8 @@ Phaser.Physics.Arcade.Body.prototype = {
if (this.allowRotation)
{
this.sprite.angle = this.rotation;
// Needs to use rotation delta
// this.sprite.angle += this.rotation;
}
},