From d02a0a2e4fbbad67be38910dcb4a1a4710783bf3 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sat, 24 Mar 2018 15:44:16 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 69 bytes modified --- 21g30t1e75.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/21g30t1e75.js b/21g30t1e75.js index 45e302f..d0f1a39 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -198,6 +198,8 @@ GameLib.CustomCode.prototype.advanceSpeedTimer = function(delta) { this.animation.translationSpeed = GameLib.CustomCode.MAX_ANIMATION_SPEED; } + console.log(this.animation.translationSpeed + ':' + this.speed ); + }.bind(this) GameLib.CustomCode.prototype.displayHUD = function() {