From 13129aec1780e2e04868ccceeb33846b0765de87 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sat, 24 Mar 2018 14:52:20 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 0 bytes modified --- 21g30t1e75.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 1d7977e..320a195 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1613,7 +1613,7 @@ GameLib.Event.Subscribe( GameLib.CustomCode.BODY_TYPE_BREAD_HEAD, { x : 4, - y : 4 + y : 3 }, GameLib.CustomCode.ORIENTATION_UP ), @@ -1622,7 +1622,7 @@ GameLib.Event.Subscribe( GameLib.CustomCode.BODY_TYPE_BREAD_PATTY, { x : 4, - y : 3 + y : 2 }, GameLib.CustomCode.ORIENTATION_UP ), @@ -1631,7 +1631,7 @@ GameLib.Event.Subscribe( GameLib.CustomCode.BODY_TYPE_BREAD_TAIL, { x : 4, - y : 2 + y : 1 }, GameLib.CustomCode.ORIENTATION_UP )