mirror of
https://github.com/wassname/phaser.git
synced 2026-08-12 12:20:38 +08:00
Fixed the Sprite / World / Group body issue. So invaders now works again, as do the new examples.
This commit is contained in:
@@ -300,5 +300,7 @@ function render() {
|
||||
{
|
||||
game.debug.renderPhysicsBody(aliens._container.children[i].body);
|
||||
}
|
||||
|
||||
game.debug.renderPhysicsBody(player.body);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user