phaser/src/GlobalPlugins.js

15 lines
261 B
JavaScript
Raw Normal View History

// These are the global managers, available on the Game instance,
// that are installed into Scene.Systems as local properties.
var GlobalPlugins = [
'anims',
'cache',
'registry',
'sound',
'textures'
];
module.exports = GlobalPlugins;