diff --git a/2oppg7ptas.js b/2oppg7ptas.js index 87de14d..f4543f4 100644 --- a/2oppg7ptas.js +++ b/2oppg7ptas.js @@ -38,6 +38,9 @@ ig.module( ig.System.drawMode = ig.System.SCALE.CRISP; + this.screen.x = 0; + this.screen.y = 0; + this.loadLevel( LevelSnake ); },