From e8219f57664223cf5715d0cdd669b15634ca1333 Mon Sep 17 00:00:00 2001 From: "momoyama23E(momoyama23E)" <23e1207@andrew.ac.jp> Date: Fri, 25 Oct 2024 10:43:39 +0900 Subject: [PATCH] =?UTF-8?q?=E5=86=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sketch.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sketch.js b/sketch.js index a05fc03..3684838 100644 --- a/sketch.js +++ b/sketch.js @@ -3,5 +3,6 @@ function setup() { } function draw() { - background(128,0,223); + background(1,0,200,); + ellipse(200,200,90,90) }