From 0d10f5dabe7d08423be48078b9fc1747b611bfcc Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 13:42:44 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 596 bytes modified --- 21g30t1e75.js | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 0a2d344..28ce6a5 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1319,31 +1319,13 @@ GameLib.Event.Subscribe( y : 3 }, GameLib.CustomCode.ORIENTATION_UP - ), - this.createGameObject( - GameLib.CustomCode.OBJECT_TYPE_SNAKE_BODY, - GameLib.CustomCode.BODY_TYPE_BREAD_PATTY, - { - x : 4, - y : 2 - }, - GameLib.CustomCode.ORIENTATION_UP - ), - this.createGameObject( - GameLib.CustomCode.OBJECT_TYPE_SNAKE_BODY, - GameLib.CustomCode.BODY_TYPE_BREAD_PATTY, - { - x : 4, - y : 1 - }, - GameLib.CustomCode.ORIENTATION_UP ), this.createGameObject( GameLib.CustomCode.OBJECT_TYPE_SNAKE_BODY, GameLib.CustomCode.BODY_TYPE_BREAD_TAIL, { x : 4, - y : 0 + y : 2 }, GameLib.CustomCode.ORIENTATION_UP )