From 660f668d22cb61e31c136c67723a223540ddbacd Mon Sep 17 00:00:00 2001 From: APEX FIGHT Date: Tue, 8 Apr 2025 22:00:07 -0400 Subject: [PATCH] made faster and formatted --- config.jsonc | 2 +- main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.jsonc b/config.jsonc index 30b43ad..d14a455 100644 --- a/config.jsonc +++ b/config.jsonc @@ -1,6 +1,6 @@ { "iterationsPerPhoto": 6, - "photoInterval": 2, + "photoInterval": 1, "targetColor": { "r": 85, "g": 73, diff --git a/main.js b/main.js index a440089..eaef190 100644 --- a/main.js +++ b/main.js @@ -51,7 +51,7 @@ function clickRandomPixelOfColor(width, height, image) { async function clickRandomDrywalls(hits, width, repetitions) { - for (let i = 0; i