mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-02 00:16:21 +08:00
Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript
This commit is contained in:
@@ -10,7 +10,7 @@ from module.ui.switch import Switch
|
|||||||
FORMATION = Switch('Formation', offset=(100, 200))
|
FORMATION = Switch('Formation', offset=(100, 200))
|
||||||
FORMATION.add_state('line_ahead', check_button=FORMATION_1)
|
FORMATION.add_state('line_ahead', check_button=FORMATION_1)
|
||||||
FORMATION.add_state('double_line', check_button=FORMATION_2)
|
FORMATION.add_state('double_line', check_button=FORMATION_2)
|
||||||
FORMATION.add_state('diamond', check_button=SUBMARINE_HUNT_ON)
|
FORMATION.add_state('diamond', check_button=FORMATION_3)
|
||||||
|
|
||||||
SUBMARINE_HUNT = Switch('Submarine_hunt', offset=(200, 200))
|
SUBMARINE_HUNT = Switch('Submarine_hunt', offset=(200, 200))
|
||||||
SUBMARINE_HUNT.add_state('on', check_button=SUBMARINE_HUNT_ON)
|
SUBMARINE_HUNT.add_state('on', check_button=SUBMARINE_HUNT_ON)
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ from module.log_res.log_res import LogRes
|
|||||||
if server.server != 'jp':
|
if server.server != 'jp':
|
||||||
OCR_SHOP_YELLOW_COINS = Digit(SHOP_YELLOW_COINS, letter=(239, 239, 239), threshold=160, name='OCR_SHOP_YELLOW_COINS')
|
OCR_SHOP_YELLOW_COINS = Digit(SHOP_YELLOW_COINS, letter=(239, 239, 239), threshold=160, name='OCR_SHOP_YELLOW_COINS')
|
||||||
else:
|
else:
|
||||||
OCR_SHOP_YELLOW_COINS = Digit(SHOP_YELLOW_COINS, letter=(193, 193, 193), threshold=200, name='OCR_SHOP_YELLOW_COINS')
|
OCR_SHOP_YELLOW_COINS = Digit(SHOP_YELLOW_COINS, letter=(201, 201, 201), threshold=200, name='OCR_SHOP_YELLOW_COINS')
|
||||||
OCR_SHOP_PURPLE_COINS = Digit(SHOP_PURPLE_COINS, letter=(255, 255, 255), name='OCR_SHOP_PURPLE_COINS')
|
OCR_SHOP_PURPLE_COINS = Digit(SHOP_PURPLE_COINS, letter=(255, 255, 255), name='OCR_SHOP_PURPLE_COINS')
|
||||||
OCR_OS_SHOP_PURPLE_COINS = Digit(OS_SHOP_PURPLE_COINS, letter=(255, 255, 255), name='OCR_OS_SHOP_PURPLE_COINS')
|
OCR_OS_SHOP_PURPLE_COINS = Digit(OS_SHOP_PURPLE_COINS, letter=(255, 255, 255), name='OCR_OS_SHOP_PURPLE_COINS')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user