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

beta.r3js.org
-=yb4f310 2018-03-02 13:47:51 +01:00
parent c2c880b92c
commit 6993da8755
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ ig.module(
ig.input.bind( ig.KEY.SPACE, 'jump' );
console.log('init called');
this.loadLevel( snake );
this.loadLevel( LevelSnake );
}
}
);