From e1267a8883b2dfd01b8e354a18752c107ac0394f Mon Sep 17 00:00:00 2001 From: Hogusb <84205233+Hogusb@users.noreply.github.com> Date: Fri, 14 May 2021 23:27:26 +0300 Subject: [PATCH] Update Main.java First timer on Git and coding. Tried to propose new color to startButtonGreen because since Bit Heroes changed to Unity, the fishing bot has given error about not finding the Start-button --- java/bh-fisher/src/dev/garlicbread/Main.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/bh-fisher/src/dev/garlicbread/Main.java b/java/bh-fisher/src/dev/garlicbread/Main.java index 0eab2dc..effc5a7 100644 --- a/java/bh-fisher/src/dev/garlicbread/Main.java +++ b/java/bh-fisher/src/dev/garlicbread/Main.java @@ -49,7 +49,7 @@ public static void main(String[] args) throws AWTException, InterruptedException private static void setUpColors() { if (OS.indexOf("mac") >= 0) { - startButtonGreen = new Color(139, 202, 24); + startButtonGreen = new Color(166, 211, 53); castButtonBlue = new Color(31, 153, 197); colorCloseItGotAwayButton = new Color(31, 153, 197); colorTimerCaughtFishKong = new Color(56, 255, 56); @@ -150,4 +150,4 @@ else if (helper.GetPixelColor(locationJunkItem).equals(colorJunkItem)) { public static void logMessage(Level level, int baitUsed, int baitToUse, String msg) { logger.log(level, baitUsed + "/" + baitToUse + " bait used. | " + msg); } -} \ No newline at end of file +}