phaser/v3/src/phaser.js

8 lines
102 B
JavaScript
Raw Normal View History

2016-11-22 03:11:33 +00:00
require('./polyfills');
var boot = require('./boot');
module.exports = boot;
global.Phaser = boot;