色を変更

This commit is contained in:
2024-10-25 09:32:58 +09:00
parent ae8ec4e6ec
commit 090895aa96

View File

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