mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-17 00:15:13 +00:00
perf(stage): adjust click interval
This commit is contained in:
parent
e82c4f875c
commit
9b17f1948a
@ -154,7 +154,7 @@ class StageList:
|
|||||||
sweepable: bool = True,
|
sweepable: bool = True,
|
||||||
offset: tuple[int, int] = (-20, -15),
|
offset: tuple[int, int] = (-20, -15),
|
||||||
skip_first_screenshot: bool = True,
|
skip_first_screenshot: bool = True,
|
||||||
interval: int = 5
|
interval: int = 2
|
||||||
) -> bool:
|
) -> bool:
|
||||||
if insight and not self.insight_index(index, main, skip_first_screenshot):
|
if insight and not self.insight_index(index, main, skip_first_screenshot):
|
||||||
return False
|
return False
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user