1 decade ago by Tyguy7
Fresh clone of ImpactJS, copied all files from Jump 'n Run demo, tried to run game, receive error: "Uncaught ReferenceError: levelTest is not defined"
Anyone know what this is all about?
Main.js has:
'game.levels.test'
this.loadLevel( levelTest ) within init function
A little lost, where exactly are levels defined, and why isnt the test level getting loaded?
Anyone know what this is all about?
Main.js has:
'game.levels.test'
this.loadLevel( levelTest ) within init function
A little lost, where exactly are levels defined, and why isnt the test level getting loaded?