mirror of
https://github.com/photonstorm/phaser
synced 2024-12-25 12:33:38 +00:00
8 lines
102 B
JavaScript
8 lines
102 B
JavaScript
|
require('./polyfills');
|
||
|
|
||
|
var boot = require('./boot');
|
||
|
|
||
|
module.exports = boot;
|
||
|
|
||
|
global.Phaser = boot;
|