From 9563a6985e42e23d183166c5d4f8806448037d84 Mon Sep 17 00:00:00 2001 From: Takumi Inoue <23e1221@andrew.ac.jp> Date: Fri, 25 Oct 2024 09:32:44 +0900 Subject: [PATCH] =?UTF-8?q?=E8=89=B2=E3=82=92=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..54060bc 100644 --- a/sketch.js +++ b/sketch.js @@ -3,5 +3,5 @@ function setup() { } function draw() { - background(128); + background(168); }