diff --git a/3w66vzyd6a.js b/3w66vzyd6a.js index 6eccfce..16237d3 100644 --- a/3w66vzyd6a.js +++ b/3w66vzyd6a.js @@ -10,7 +10,8 @@ ig.module( .requires( 'impact.font', 'impact.game', - 'impact.image' + 'impact.image', + 'game.levels.snake' ) .defines(function(){ @@ -28,7 +29,7 @@ ig.module( ig.input.bind( ig.KEY.SPACE, 'jump' ); console.log('init called'); - //this.loadLevel( LevelMyGame1 ); + this.loadLevel( snake ); } } );