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 )