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

beta.r3js.org
-=yb4f310 2018-03-12 12:24:26 +01:00
parent a1644b5be8
commit 17b9698fc7
1 changed files with 1 additions and 1 deletions

View File

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