色を変更

This commit is contained in:
2024-10-25 09:32:44 +09:00
parent ae8ec4e6ec
commit 9563a6985e

View File

@@ -3,5 +3,5 @@ function setup() {
} }
function draw() { function draw() {
background(128); background(168);
} }