Skip to content

Commit

Permalink
change dimensions to w800xh400
Browse files Browse the repository at this point in the history
  • Loading branch information
QC20 committed May 10, 2024
1 parent 7dcbea0 commit 4b67529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gameOfLife.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class Cell {
}

function setup() {
createCanvas(400, 800);
createCanvas(800, 400);
frameRate(60);

for (let i = 0; i < m_startCells; i++) {
Expand Down

0 comments on commit 4b67529

Please sign in to comment.