chore: grid line width
This commit is contained in:
parent
3e769ba1ab
commit
621bad76fc
@ -30,7 +30,7 @@ const Grid = function(canvas) {
|
||||
|
||||
this.neonRect = (x, y, w, h) => {
|
||||
this.ctx.strokeStyle= "#fff";
|
||||
this.ctx.lineWidth = 15;
|
||||
this.ctx.lineWidth = 7;
|
||||
this.ctx.strokeRect(x, y, w, h);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user