mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 16:19:03 +08:00
Opt: Detect as white question if fleet is facing down
This commit is contained in:
parent
18c0b2a68f
commit
ece1a83d5a
@ -133,7 +133,8 @@ class RadarGrid:
|
||||
|
||||
def predict_question(self):
|
||||
return self.image_color_count(area=(0, -7, 6, 0), color=(255, 255, 255), threshold=235, count=10) \
|
||||
and self.image_color_count(area=(-4, -7, 2, 0), color=(255, 255, 255), threshold=235, count=10)
|
||||
and self.image_color_count(area=(-4, -7, 2, 0), color=(255, 255, 255), threshold=235, count=10) \
|
||||
and self.image_color_count(area=(-2, 0, 4, 7), color=(255, 255, 255), threshold=235, count=5)
|
||||
|
||||
|
||||
class Radar:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user