From 13857ea9ae860c315626f21b41a565f075a28a2c Mon Sep 17 00:00:00 2001 From: Ben Jabituya <74158243+jabituyaben@users.noreply.github.com> Date: Tue, 19 Jan 2021 17:39:25 +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 18712ff2c..31f5c341f 100644 --- a/apps/astral/app.js +++ b/apps/astral/app.js @@ -667,7 +667,7 @@ function draw_moon(phase) { else if (phase == 6) { g.fillCircle(200, Yaxis, 30); g.setColor("#000000"); - g.fillRect(200, 20, 240, 90); + g.fillRect(200, 25, 240, 90); } else if (phase == 1) { g.fillCircle(200, Yaxis, 30); @@ -684,7 +684,7 @@ function draw_moon(phase) { else if (phase == 2) { g.fillCircle(200, Yaxis, 30); g.setColor("#000000"); - g.fillRect(160, 20, 200, 90); + g.fillRect(160, 25, 200, 90); } else if (phase == 7) { g.fillCircle(200, Yaxis, 30);