From b8cd7f4bdbe048b5b735deef943f661215a593b4 Mon Sep 17 00:00:00 2001 From: nishimuratakuma <23e1350@andrew.ac.jp> Date: Fri, 25 Oct 2024 09:39:59 +0900 Subject: [PATCH] =?UTF-8?q?=E8=89=B2=E3=81=AE=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sketch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sketch.js b/sketch.js index 9a7ab33..e01462c 100644 --- a/sketch.js +++ b/sketch.js @@ -3,5 +3,5 @@ function setup() { } function draw() { - background(128); + background(150,8,8); }