From 889135161534228b0dfc5a0fc652462d8312bb2c Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Thu, 22 Mar 2018 12:54:54 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 18 bytes modified --- 21g30t1e75.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index c58f879..9f45168 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -133,7 +133,8 @@ this.powerups = []; this.state = { orientation : 0, turning : false, - flip : 0 + flip : 0, + eating : false }; GameLib.CustomCode.prototype.visualizeGrid = function () {