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