better bg trame
This commit is contained in:
parent
0979917d25
commit
8056929b12
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user