From 94f9cf2407e0679438cb313803b4072bad12b009 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sat, 24 Mar 2018 15:18:18 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 41 bytes modified --- 21g30t1e75.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/21g30t1e75.js b/21g30t1e75.js index 713b5ab..1b3f838 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1161,6 +1161,8 @@ GameLib.CustomCode.prototype.extend = function(gameObject, position, orientation this.speed -= this.extendSpeedGrain; + console.log('speed = ' + this.speed); + }.bind(this); /**