diff --git a/21g30t1e75.js b/21g30t1e75.js index edc5ecb..8d9061a 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1300,7 +1300,9 @@ GameLib.CustomCode.prototype.extend = function(gameObject, position, orientation this.animation.translationSpeed = GameLib.CustomCode.MAX_ANIMATION_SPEED; } - this.state.score += (1 - this.speed) * 21; + this.state.score += Math.round((1 - this.speed) * 210); + + this.displayHUD(); //console.log('speed = ' + this.speed);