phaser/v3/src/scene/global/components/PayloadComplete.js
Richard Davey 665b295c3b Restructured the Scene folder and moved the plugins and components around
Also updated the physicsManager to make it a lot more cleaner and easy to adjust in future
2017-08-18 01:42:14 +01:00

8 lines
143 B
JavaScript

var PayloadComplete = function (event)
{
var scene = event.loader.scene;
this.bootScene(scene);
};
module.exports = PayloadComplete;