mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-17 00:15:13 +00:00
fix(tc): add reward handler
This commit is contained in:
parent
f7b165f589
commit
30e8c8b21b
@ -28,6 +28,7 @@ class TacticalChallengeUI(UI):
|
|||||||
timer = Timer(10, 10).start()
|
timer = Timer(10, 10).start()
|
||||||
while 1:
|
while 1:
|
||||||
self.device.screenshot()
|
self.device.screenshot()
|
||||||
|
self.ui_additional()
|
||||||
if self.match_color(GOT_REWARD_DAILY) and self.match_color(GOT_REWARD_CREDIT):
|
if self.match_color(GOT_REWARD_DAILY) and self.match_color(GOT_REWARD_CREDIT):
|
||||||
return True
|
return True
|
||||||
if self.match_color(GET_REWARD_DAILY):
|
if self.match_color(GET_REWARD_DAILY):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user