Skip to content

Commit 303ef4f

Browse files
authored
Update Grid.js
1 parent 949b19d commit 303ef4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PathFinder/JavaScript/Grid.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Cell {
2727
fill(col);
2828
if (this.wall) fill(124, 125, 125);
2929

30-
strokeWeight(1);
30+
strokeWeight(0.2);
3131
stroke(124, 125, 125);
3232

3333
rect(this.i * w, this.j * h, w, h);
@@ -94,4 +94,4 @@ function setup() {
9494

9595
strt.showyou(color(0, 255, 0));
9696
end.showyou(color(255, 0, 0));
97-
}
97+
}

0 commit comments

Comments
 (0)