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

beta.r3js.org
-=yb4f310 2018-03-24 14:52:29 +01:00
parent 13129aec17
commit 8e3d5420c0
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ GameLib.CustomCode.BODY_TYPE_TAIL = 0x2;
GameLib.CustomCode.BODY_TYPE_CORNER = 0x3;
GameLib.CustomCode.GRID_WIDTH = 5;
GameLib.CustomCode.GRID_HEIGHT = 5;
GameLib.CustomCode.GRID_HEIGHT = 4;
GameLib.CustomCode.GRID_OFFSET_X = 1;
GameLib.CustomCode.GRID_OFFSET_Y = 8;