Merge branch 'main' of https://git.wmi.amu.edu.pl/s452639/psi
This commit is contained in:
commit
42fca40fa5
@ -30,7 +30,7 @@ const Grid = function(canvas) {
|
|||||||
|
|
||||||
this.neonRect = (x, y, w, h) => {
|
this.neonRect = (x, y, w, h) => {
|
||||||
this.ctx.strokeStyle= "#fff";
|
this.ctx.strokeStyle= "#fff";
|
||||||
this.ctx.lineWidth = 8;
|
this.ctx.lineWidth = 7;
|
||||||
this.ctx.strokeRect(x, y, w, h);
|
this.ctx.strokeRect(x, y, w, h);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user