From 8b6c2df82e8645bb09fdbbf7a204c28a01c670ae Mon Sep 17 00:00:00 2001 From: APEX FIGHT Date: Tue, 8 Apr 2025 20:30:34 -0400 Subject: [PATCH] added config file --- config.jsonc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config.jsonc diff --git a/config.jsonc b/config.jsonc new file mode 100644 index 0000000..e484971 --- /dev/null +++ b/config.jsonc @@ -0,0 +1,10 @@ +{ + "photoInterval": 5, //interval in seconds to snap a photo and eat drywall + "targetColor": { //target color to click on + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "tolerance": 20 //color tolerance (basic taxicab direction currently) +} \ No newline at end of file