Fixed the Sprite / World / Group body issue. So invaders now works again, as do the new examples.

This commit is contained in:
photonstorm
2014-02-03 04:09:45 +00:00
parent 3488880956
commit 28f71ed86d
4 changed files with 61 additions and 39 deletions
+2
View File
@@ -300,5 +300,7 @@ function render() {
{
game.debug.renderPhysicsBody(aliens._container.children[i].body);
}
game.debug.renderPhysicsBody(player.body);
}