色の変更

This commit is contained in:
2024-10-25 09:39:59 +09:00
parent ae8ec4e6ec
commit b8cd7f4bdb

View File

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