10 lines
275 B
JSON
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)
|
|
} |