Skip to content

Commit

Permalink
Widen detection box.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mysticial committed Jan 16, 2024
1 parent 258b47a commit 905b00e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ void WildItemFarmer::refresh_pp(SingleSwitchProgramEnvironment& env, BotBaseCont
while (true){
WhiteButtonWatcher summary(
COLOR_RED, WhiteButton::ButtonA,
{0.22, 0.67, 0.03, 0.06},
{0.12, 0.67, 0.20, 0.06},
WhiteButtonWatcher::FinderType::PRESENT,
std::chrono::milliseconds(500)
);
Expand Down

0 comments on commit 905b00e

Please sign in to comment.