Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 2 bytes modified

beta.r3js.org
-=yb4f310 2018-03-19 11:56:26 +01:00
parent a6a4c7dd91
commit c5cb7a65d4
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ GameLib.CustomCode.GRID_HEIGHT = 11;
GameLib.CustomCode.GRID_OFFSET_X = 1;
GameLib.CustomCode.GRID_OFFSET_Y = 5;
GameLib.CustomCode.SPEED_INITIAL = 0.5;
GameLib.CustomCode.SPEED_INITIAL = 2;
GameLib.CustomCode.ORIENTATION_UP = 0;
GameLib.CustomCode.ORIENTATION_LEFT = 1;