mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-25 15:58:14 +08:00
Opt: Detect as white question if fleet is facing down
This commit is contained in:
@@ -133,7 +133,8 @@ class RadarGrid:
|
|||||||
|
|
||||||
def predict_question(self):
|
def predict_question(self):
|
||||||
return self.image_color_count(area=(0, -7, 6, 0), color=(255, 255, 255), threshold=235, count=10) \
|
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:
|
class Radar:
|
||||||
|
|||||||
Reference in New Issue
Block a user