From c3eba80d7d16777521ca064f6ee87ca1dc4776ff Mon Sep 17 00:00:00 2001 From: "momoyama23E(momoyama23E)" <23e1207@andrew.ac.jp> Date: Fri, 25 Oct 2024 09:58:06 +0900 Subject: [PATCH] irohenkou --- sketch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sketch.js b/sketch.js index c8c5b2e..a05fc03 100644 --- a/sketch.js +++ b/sketch.js @@ -3,5 +3,5 @@ function setup() { } function draw() { - background(128,0,1); + background(128,0,223); }