From a1644b5be8330538ee02d81df4acb1fc7ae32d9a Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 12 Mar 2018 12:23:32 +0100 Subject: [PATCH] Update: impact-snake-loaded (2oppg7ptas.js) 50 bytes modified --- 2oppg7ptas.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ); },