diff options
Diffstat (limited to 'client/draw.js')
| -rw-r--r-- | client/draw.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/draw.js b/client/draw.js index bed5f80..ef66e22 100644 --- a/client/draw.js +++ b/client/draw.js @@ -54,7 +54,7 @@ function triangle(px,py,r){ function tri(px, py, r) { ctx.save() ctx.globalCompositeOperation = 'multiply' - ctx.fillStyle = color.color((px+py)/(w+h), 0, 1, 1) + ctx.fillStyle = color.color((px+py)/(w+h), 0, 1, 0.2) function p(){ let theta = randrange(0, Math.PI*2) let x = px + Math.cos(theta) * r |
