From b1d9f469bcc73b56d0974aaeac5d04db765557ac Mon Sep 17 00:00:00 2001 From: Evert Date: Tue, 22 Aug 2017 11:11:20 +0300 Subject: [PATCH] visibility fix --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 0cca728..ff4ace4 100644 --- a/index.js +++ b/index.js @@ -685,7 +685,7 @@ window.onload = function () { for (let i in Game.selltext) { let txt = Game.selltext[i] ctx.font = '12px Helvetica' - ctx.fillStyle = '#0f0' + ctx.fillStyle = '#0a0' ctx.fillText('+ $' + txt.amount, txt.x * mt, txt.y * mt) }