diff --git a/src/game/lib/text/ranking_text.js b/src/game/lib/text/ranking_text.js index d79f6e7..740a6bd 100644 --- a/src/game/lib/text/ranking_text.js +++ b/src/game/lib/text/ranking_text.js @@ -72,7 +72,7 @@ RankingText.prototype.resetText = function(text) { text.text = ""; text.fill = "#ffffff"; text.stroke = "#888888"; - text.strokeThickness = 2; + text.strokeThickness = 0; }; RankingText.prototype.reset = function() {