Skip to content

Commit 729c383

Browse files
committed
Use smaller canvas size.
1 parent 5dfaf60 commit 729c383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/slime-mold/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ const main = async () => {
2525
let canvasHeight = 600;
2626
// canvasWidth = 800;
2727
// canvasHeight = 800;
28-
canvasWidth = 1600;
29-
canvasHeight = 900;
28+
// canvasWidth = 1600;
29+
// canvasHeight = 900;
3030
// canvasWidth *= 0.75;
3131
// canvasHeight *= 0.75;
3232

0 commit comments

Comments
 (0)