diff --git a/2oppg7ptas.js b/2oppg7ptas.js index f4543f4..8a372bf 100644 --- a/2oppg7ptas.js +++ b/2oppg7ptas.js @@ -39,7 +39,7 @@ ig.module( ig.System.drawMode = ig.System.SCALE.CRISP; this.screen.x = 0; - this.screen.y = 0; + this.screen.y = 200; this.loadLevel( LevelSnake ); },