diff --git a/2oppg7ptas.js b/2oppg7ptas.js index 5c4fc38..3bd5ab5 100644 --- a/2oppg7ptas.js +++ b/2oppg7ptas.js @@ -34,8 +34,9 @@ ig.module( // initialize your game world, bind some // 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 ); },