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

beta.r3js.org
-=yb4f310 2018-03-02 13:49:19 +01:00
parent 8009473f06
commit 0cac435624
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, 0.5 );
ig.main('#n5iza1dcbp', Snake, 60, size.width, size.height, 2 );
});