mirror of
https://codeberg.org/JasterV/maze-generator.js.git
synced 2026-04-26 18:20:04 +00:00
colors changed
This commit is contained in:
parent
8b8db954b8
commit
2c3887cd96
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ function setup() {
|
|||
}
|
||||
|
||||
function draw() {
|
||||
background(255);
|
||||
background(240);
|
||||
if (!stack.isEmpty()) {
|
||||
let currCell = stack.pop();
|
||||
// Painting the current cell
|
||||
|
|
|
|||
Loading…
Reference in a new issue