mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-08 13:07:33 +08:00
commit
9d27da15ae
@ -10,7 +10,7 @@ from module.ui.switch import Switch
|
||||
FORMATION = Switch('Formation', offset=(100, 200))
|
||||
FORMATION.add_state('line_ahead', check_button=FORMATION_1)
|
||||
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.add_state('on', check_button=SUBMARINE_HUNT_ON)
|
||||
|
@ -16,7 +16,7 @@ from module.ui.ui import UI
|
||||
if server.server != 'jp':
|
||||
OCR_SHOP_YELLOW_COINS = Digit(SHOP_YELLOW_COINS, letter=(239, 239, 239), threshold=160, name='OCR_SHOP_YELLOW_COINS')
|
||||
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_OS_SHOP_PURPLE_COINS = Digit(OS_SHOP_PURPLE_COINS, letter=(255, 255, 255), name='OCR_OS_SHOP_PURPLE_COINS')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user