mirror of
https://github.com/photonstorm/phaser
synced 2024-12-26 04:53:38 +00:00
665b295c3b
Also updated the physicsManager to make it a lot more cleaner and easy to adjust in future
8 lines
143 B
JavaScript
8 lines
143 B
JavaScript
var PayloadComplete = function (event)
|
|
{
|
|
var scene = event.loader.scene;
|
|
|
|
this.bootScene(scene);
|
|
};
|
|
|
|
module.exports = PayloadComplete;
|