mirror of
https://github.com/wassname/phaser.git
synced 2026-07-29 11:24:31 +08:00
Body/Group testing complete. Now focusing on n-way collision.
This commit is contained in:
+1
-1
@@ -612,9 +612,9 @@ Phaser.Game.prototype = {
|
||||
this.world.preUpdate();
|
||||
|
||||
this.stage.update();
|
||||
this.input.update();
|
||||
this.tweens.update();
|
||||
this.sound.update();
|
||||
this.input.update();
|
||||
this.state.update();
|
||||
this.world.update();
|
||||
this.particles.update();
|
||||
|
||||
Reference in New Issue
Block a user