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() {