mirror of
https://github.com/ok-oldking/ok-wuthering-waves.git
synced 2025-06-03 09:25:19 +00:00
修复有时无法退出战斗
This commit is contained in:
parent
6438b81651
commit
0a76607285
@ -143,7 +143,7 @@ class CombatCheck:
|
||||
def find_target_enemy(self):
|
||||
start = time.time()
|
||||
target_enemy = self.find_one('target_enemy_white', box=self.target_area_box,
|
||||
use_gray_scale=True, threshold=0.7,
|
||||
use_gray_scale=True, threshold=0.85,
|
||||
frame_processor=keep_only_white)
|
||||
if self.debug and target_enemy is None:
|
||||
self.screenshot('find_target_enemy')
|
||||
|
Loading…
x
Reference in New Issue
Block a user