mirror of
https://codeberg.org/JasterV/maze-generator.js.git
synced 2026-04-26 18:20:04 +00:00
spaghetti
This commit is contained in:
parent
a7d3954ad2
commit
67a416980a
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ const visiteds = [];
|
|||
function setup() {
|
||||
createCanvas(windowWidth, windowHeight);
|
||||
background(51);
|
||||
// Setting Frame Rate to 10
|
||||
// Setting Frame Rate to 20
|
||||
// to visualize better the maze
|
||||
// generation algorithm
|
||||
frameRate(20);
|
||||
|
|
|
|||
Loading…
Reference in a new issue