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

beta.r3js.org
-=yb4f310 2018-03-12 12:16:15 +01:00
parent 4d94954a17
commit 67a76f5602
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ ig.module(
GameLib.Event.GAME_START,
function(data) {
var size = GameLib.Utils.GetWindowSize();
ig.main('1cvwv04mfw', Snake, 60, 750, 1334, 1 );
ig.main('1cvwv04mfw', Snake, 60, size.width, size.height, 1 );
}
);