Update: impact-snake-loaded (2oppg7ptas.js) 50 bytes modified

beta.r3js.org
-=yb4f310 2018-03-12 12:23:32 +01:00
parent 67a76f5602
commit a1644b5be8
1 changed files with 2 additions and 1 deletions

View File

@ -34,8 +34,9 @@ ig.module(
// initialize your game world, bind some // initialize your game world, bind some
// keys, etc. // keys, etc.
ig.input.bind( ig.KEY.SPACE, 'jump' ); //ig.input.bind( ig.KEY.SPACE, 'jump' );
ig.System.drawMode = ig.System.SCALE.CRISP;
this.loadLevel( LevelSnake ); this.loadLevel( LevelSnake );
}, },