More examples updates. Fixed Starstruck tilemap code, removed un-needed ArcadePhysics methods and rebuilt the js files for testing.

This commit is contained in:
photonstorm
2014-01-14 03:33:03 +00:00
parent 011d2d8e05
commit 32f5a2fa36
9 changed files with 572 additions and 807 deletions
-1
View File
@@ -581,7 +581,6 @@ Phaser.Game.prototype = {
else
{
this.plugins.preUpdate();
this.physics.preUpdate();
this.world.preUpdate();
this.stage.update();