Update: CC - Entity Loaded - Impact Test (3w66vzyd6a.js) 13 bytes modified

beta.r3js.org
-=yb4f310 2018-03-02 13:45:54 +01:00
parent 51112bb380
commit c2c880b92c
1 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,8 @@ ig.module(
.requires( .requires(
'impact.font', 'impact.font',
'impact.game', 'impact.game',
'impact.image' 'impact.image',
'game.levels.snake'
) )
.defines(function(){ .defines(function(){
@ -28,7 +29,7 @@ ig.module(
ig.input.bind( ig.KEY.SPACE, 'jump' ); ig.input.bind( ig.KEY.SPACE, 'jump' );
console.log('init called'); console.log('init called');
//this.loadLevel( LevelMyGame1 ); this.loadLevel( snake );
} }
} }
); );