From 37678facd013606fe95c11da30341e104e724c4c Mon Sep 17 00:00:00 2001 From: Ben Jabituya <74158243+jabituyaben@users.noreply.github.com> Date: Mon, 25 Jan 2021 19:01:44 +0000 Subject: [PATCH] Update app.js --- apps/astral/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/astral/app.js b/apps/astral/app.js index e8dec409d..5d2d16e8f 100644 --- a/apps/astral/app.js +++ b/apps/astral/app.js @@ -662,7 +662,7 @@ function draw_moon(phase) { if (phase == 5) { g.fillCircle(200, Yaxis, 30); g.setColor("#000000"); - g.fillRect(220, 20, 240, 90); + g.fillRect(220, 25, 240, 90); } else if (phase == 6) { g.fillCircle(200, Yaxis, 30); @@ -679,7 +679,7 @@ function draw_moon(phase) { else if (phase == 3) { g.fillCircle(200, Yaxis, 30); g.setColor("#000000"); - g.fillRect(160, 20, 180, 90); + g.fillRect(160, 25, 180, 90); } else if (phase == 2) { g.fillCircle(200, Yaxis, 30);