better bg trame

This commit is contained in:
Bachir Soussi Chiadmi 2023-02-22 19:24:07 +01:00
parent 0979917d25
commit 8056929b12

View File

@ -112,7 +112,7 @@ export default {
if (Math.random() > 0.95) { if (Math.random() > 0.95) {
ctx.beginPath(); ctx.beginPath();
ctx.arc(i, j, 0.5, 0, 2 * Math.PI, false); ctx.arc(i, j, 0.5, 0, 2 * Math.PI, false);
ctx.fillStyle = "rgba(125,125,125,0.8)"; ctx.fillStyle = "rgba(200,200,200,0.7)";
ctx.fill(); ctx.fill();
} }
} }