We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The Level Manager is a basic wrapper around the ImpactJS level loading functionality.
var Levels = ig.global.data.levels;
var LevelManager = ig.global.support.levelmanager;
Levels.sample = { n:'sample', // name //m:'music', //music //TODO: lots of other settings! }
Also see the LevelManager code file.
Be sure to update both the levelrequires.js and levels.js files (TODO: combine the two?)