From 385f0108400ed93b0528bbff502f0b86c4b1df97 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sat, 24 Mar 2018 22:39:34 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 0 bytes modified --- 21g30t1e75.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 8d9061a..20db861 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1300,7 +1300,7 @@ GameLib.CustomCode.prototype.extend = function(gameObject, position, orientation this.animation.translationSpeed = GameLib.CustomCode.MAX_ANIMATION_SPEED; } - this.state.score += Math.round((1 - this.speed) * 210); + this.state.score += Math.round((1 - this.speed) * 100); this.displayHUD();