From 9656472cb2b863bb057e2d381b9dbb1a41560a9d Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sat, 24 Mar 2018 14:54:09 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 0 bytes modified --- 21g30t1e75.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 9019970..46d9995 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -11,7 +11,7 @@ GameLib.CustomCode.BODY_TYPE_NORMAL = 0x1; GameLib.CustomCode.BODY_TYPE_TAIL = 0x2; GameLib.CustomCode.BODY_TYPE_CORNER = 0x3; -GameLib.CustomCode.GRID_WIDTH = 5; +GameLib.CustomCode.GRID_WIDTH = 4; GameLib.CustomCode.GRID_HEIGHT = 4; GameLib.CustomCode.GRID_OFFSET_X = 1; @@ -1612,8 +1612,8 @@ GameLib.Event.Subscribe( GameLib.CustomCode.OBJECT_TYPE_SNAKE_BODY, GameLib.CustomCode.BODY_TYPE_BREAD_HEAD, { - x : 4, - y : 3 + x : 3, + y : 2 }, GameLib.CustomCode.ORIENTATION_UP ), @@ -1621,8 +1621,8 @@ GameLib.Event.Subscribe( GameLib.CustomCode.OBJECT_TYPE_SNAKE_BODY, GameLib.CustomCode.BODY_TYPE_BREAD_PATTY, { - x : 4, - y : 2 + x : 3, + y : 1 }, GameLib.CustomCode.ORIENTATION_UP ), @@ -1630,8 +1630,8 @@ GameLib.Event.Subscribe( GameLib.CustomCode.OBJECT_TYPE_SNAKE_BODY, GameLib.CustomCode.BODY_TYPE_BREAD_TAIL, { - x : 4, - y : 1 + x : 3, + y : 0 }, GameLib.CustomCode.ORIENTATION_UP )