From 5c6fd841e5ceac5fcfebf3b7944dedfe0400f674 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 13:06:59 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 596 bytes modified --- 21g30t1e75.js | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 7c9bfd1..e4a24c7 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1248,13 +1248,31 @@ GameLib.Event.Subscribe( y : 4 }, GameLib.CustomCode.ORIENTATION_UP + ), + this.createGameObject( + GameLib.CustomCode.OBJECT_TYPE_SNAKE_BODY, + GameLib.CustomCode.BODY_TYPE_BREAD_PATTY, + { + x : 4, + 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_TAIL, { x : 4, - y : 3 + y : 1 }, GameLib.CustomCode.ORIENTATION_UP )