mirror of
https://github.com/wassname/phaser.git
synced 2026-08-07 11:26:10 +08:00
Forces working, collision half way there.
This commit is contained in:
+3
-2
@@ -379,16 +379,17 @@ Phaser.Game.prototype = {
|
||||
|
||||
this.input.update();
|
||||
this.tweens.update();
|
||||
// this.stage.update();
|
||||
this.sound.update();
|
||||
// this.physics.update();
|
||||
this.world.update();
|
||||
this.state.update();
|
||||
// this.physics.update();
|
||||
this.plugins.update();
|
||||
|
||||
this.renderer.render(this.world._stage);
|
||||
this.state.render();
|
||||
|
||||
this.world.postUpdate();
|
||||
|
||||
this.plugins.postRender();
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user