added some formatting

This commit is contained in:
Jürg Hallenbarter
2026-04-13 07:07:35 +00:00
parent 3f9de9c266
commit 5259410d77
7 changed files with 40 additions and 40 deletions

View File

@@ -3,7 +3,7 @@ var numberOfSquaresY = 4;
function setup() {
createCanvas(500, 500);
background(255,255,255);
background(255, 255, 255);
}