mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 04:26:14 -04:00
Build 29068622
This commit is contained in:
parent
269f1b8b94
commit
4651bb396c
9 changed files with 35 additions and 30 deletions
|
@ -969,7 +969,7 @@ export function drawBrick(
|
|||
|
||||
canctx.setLineDash(offset !== -1 ? redBorderDash : emptyArray);
|
||||
canctx.lineDashOffset = offset;
|
||||
canctx.strokeStyle = (offset !== -1 && "#FF0000") || whiteBorder || color;
|
||||
canctx.strokeStyle = (offset !== -1 && "#FF000033") || whiteBorder || color;
|
||||
canctx.lineJoin = "round";
|
||||
canctx.lineWidth = whiteBorder ? 1 : bord;
|
||||
roundRect(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue