From 77905ddb4c1d1df224c03025a523b5d8ca070ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=87=AA=E5=88=86=E3=81=AE=E5=90=8D=E5=89=8D=28=E3=82=A2?= =?UTF-8?q?=E3=83=AB=E3=83=95=E3=82=A1=E3=83=99=E3=83=83=E3=83=88=29?= <23e1370@andrew.ac.jp> Date: Fri, 1 Nov 2024 09:15:35 +0900 Subject: [PATCH] =?UTF-8?q?=E5=86=86=E3=81=AE=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sketch.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sketch.js b/sketch.js index 9a7ab33..2207640 100644 --- a/sketch.js +++ b/sketch.js @@ -3,5 +3,6 @@ function setup() { } function draw() { - background(128); -} + background(254,0,254); + ellipse(200,295,190,200); +} \ No newline at end of file