visibility fix

This commit is contained in:
Evert Prants 2017-08-22 11:11:20 +03:00
parent 3f8e517a2d
commit b1d9f469bc
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}