From 02f897936f924c5ff56f2d18cadd8054ed54bafb Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sat, 24 Mar 2018 14:55:41 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 2 bytes modified --- 21g30t1e75.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 46d9995..83ce25a 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -11,8 +11,8 @@ GameLib.CustomCode.BODY_TYPE_NORMAL = 0x1; GameLib.CustomCode.BODY_TYPE_TAIL = 0x2; GameLib.CustomCode.BODY_TYPE_CORNER = 0x3; -GameLib.CustomCode.GRID_WIDTH = 4; -GameLib.CustomCode.GRID_HEIGHT = 4; +GameLib.CustomCode.GRID_WIDTH = 11; +GameLib.CustomCode.GRID_HEIGHT = 10; GameLib.CustomCode.GRID_OFFSET_X = 1; GameLib.CustomCode.GRID_OFFSET_Y = 8;