eatdrywallbot/config.jsonc
2025-04-08 20:30:34 -04:00

10 lines
275 B
JSON

{
"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)
}