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

beta.r3js.org
-=yb4f310 2018-03-02 13:49:53 +01:00
parent 24b1bb4d9c
commit 8701825a4d
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ ig.module(
// Start your game
// 60fps, 320x240 pixels, scaled up by a factor of 2
ig.main('#n5iza1dcbp', Snake, 60, size.width, size.height, 4 );
ig.main('#n5iza1dcbp', Snake, 60, 64 * 20, 64 * 20, 1 );
});