mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Upd: Assets for battle UI Holy Light
This commit is contained in:
@@ -101,6 +101,8 @@ class Combat(Level, HPBalancer, Retirement, SubmarineCall, CombatAuto, CombatMan
|
||||
return PAUSE_Neon
|
||||
if PAUSE_Cyber.match_template_color(self.device.image, offset=(10, 10)):
|
||||
return PAUSE_Cyber
|
||||
if PAUSE_HolyLight.match_template_color(self.device.image, offset=(10, 10)):
|
||||
return PAUSE_HolyLight
|
||||
return False
|
||||
|
||||
def handle_combat_quit(self, offset=(20, 20), interval=3):
|
||||
@@ -125,6 +127,7 @@ class Combat(Level, HPBalancer, Retirement, SubmarineCall, CombatAuto, CombatMan
|
||||
self.device.click(QUIT_Christmas)
|
||||
timer.reset()
|
||||
return True
|
||||
# Battle UI PAUSE_HolyLight uses QUIT_New
|
||||
return False
|
||||
|
||||
def ensure_combat_oil_loaded(self):
|
||||
|
||||
Reference in New Issue
Block a user