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

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

View File

@ -38,6 +38,9 @@ ig.module(
ig.System.drawMode = ig.System.SCALE.CRISP;
this.screen.x = 0;
this.screen.y = 0;
this.loadLevel( LevelSnake );
},