Update: CC - Entity Loaded - Impact Test (3w66vzyd6a.js) 60 bytes modified

beta.r3js.org
-=yb4f310 2018-03-02 10:34:27 +01:00
parent 20a2dd05a0
commit 51112bb380
1 changed files with 3 additions and 1 deletions

View File

@ -33,9 +33,11 @@ ig.module(
}
);
var size = GameLib.Utils.GetWindowSize();
// Start your game
// 60fps, 320x240 pixels, scaled up by a factor of 2
ig.main('#n5iza1dcbp', Snake, 60, 320, 240, 2 );
ig.main('#n5iza1dcbp', Snake, 60, size.width, size.height, 1 );
});