colors changed

This commit is contained in:
JasterV 2020-04-07 03:48:44 +02:00
parent 8b8db954b8
commit 2c3887cd96

View file

@ -28,7 +28,7 @@ function setup() {
}
function draw() {
background(255);
background(240);
if (!stack.isEmpty()) {
let currCell = stack.pop();
// Painting the current cell