irohenkou

This commit is contained in:
2024-10-25 09:52:26 +09:00
parent ae8ec4e6ec
commit 33e24c0acc

View File

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