added config file

This commit is contained in:
APEX FIGHT 2025-04-08 20:30:34 -04:00
parent 05a066849e
commit 8b6c2df82e

10
config.jsonc Normal file
View File

@ -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)
}