From da3c2c3b36b2a69849771a58b08b124c0c5bfed8 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 20 Mar 2018 14:39:23 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 2 bytes modified --- 21g30t1e75.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 64fe641..64e9abd 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -11,11 +11,11 @@ GameLib.CustomCode.BODY_TYPE_NORMAL = 0x1; GameLib.CustomCode.BODY_TYPE_TAIL = 0x2; GameLib.CustomCode.BODY_TYPE_CORNER = 0x3; -GameLib.CustomCode.GRID_WIDTH = 11; -GameLib.CustomCode.GRID_HEIGHT = 11; +GameLib.CustomCode.GRID_WIDTH = 8; +GameLib.CustomCode.GRID_HEIGHT = 9; GameLib.CustomCode.GRID_OFFSET_X = 1; -GameLib.CustomCode.GRID_OFFSET_Y = 5; +GameLib.CustomCode.GRID_OFFSET_Y = 7; GameLib.CustomCode.SPEED_INITIAL = 1;