From 4026f637b79dc1afb3ae4977c93c5c90fdc6ee63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=A2=E1=84=91=E1=85=B3=E1=86=AF=20=E1=84=82?= =?UTF-8?q?=E1=85=A9=E1=84=90=E1=85=B3=E1=84=87=E1=85=AE=E1=86=A8?= Date: Sun, 9 Jun 2019 00:30:29 +0900 Subject: [PATCH] Fix: remove text stroke from normal text --- src/game/lib/text/ranking_text.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {