visibility fix
This commit is contained in:
parent
3f8e517a2d
commit
b1d9f469bc
2
index.js
2
index.js
@ -685,7 +685,7 @@ window.onload = function () {
|
|||||||
for (let i in Game.selltext) {
|
for (let i in Game.selltext) {
|
||||||
let txt = Game.selltext[i]
|
let txt = Game.selltext[i]
|
||||||
ctx.font = '12px Helvetica'
|
ctx.font = '12px Helvetica'
|
||||||
ctx.fillStyle = '#0f0'
|
ctx.fillStyle = '#0a0'
|
||||||
ctx.fillText('+ $' + txt.amount, txt.x * mt, txt.y * mt)
|
ctx.fillText('+ $' + txt.amount, txt.x * mt, txt.y * mt)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user