From 9c622b865e9c28910efdcb77b0d276e036685d7e Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 13:30:47 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 298 bytes modified --- 21g30t1e75.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index ab43fa7..681417d 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1280,13 +1280,22 @@ GameLib.Event.Subscribe( 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 : 1 + y : 0 }, GameLib.CustomCode.ORIENTATION_UP )