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

beta.r3js.org
-=yb4f310 2018-03-12 12:28:15 +01:00
parent 81d4a67621
commit 1d0f5a5790
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
},