mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-23 00:52:22 +00:00
parent
cad6d052a6
commit
496a47bdb9
@ -52,7 +52,7 @@ class Reward(RewardCommission, RewardTacticalClass):
|
|||||||
logger.hr('Reward receive')
|
logger.hr('Reward receive')
|
||||||
|
|
||||||
reward = False
|
reward = False
|
||||||
exit_timer = Timer(1.5, count=5)
|
exit_timer = Timer(1, count=3)
|
||||||
click_timer = Timer(1)
|
click_timer = Timer(1)
|
||||||
exit_timer.start()
|
exit_timer.start()
|
||||||
btn = []
|
btn = []
|
||||||
|
@ -148,7 +148,7 @@ class BookGroup:
|
|||||||
|
|
||||||
|
|
||||||
class RewardTacticalClass(UI, InfoHandler):
|
class RewardTacticalClass(UI, InfoHandler):
|
||||||
tactical_animation_timer = Timer(2, count=6)
|
tactical_animation_timer = Timer(2, count=3)
|
||||||
|
|
||||||
def _tactical_animation_running(self):
|
def _tactical_animation_running(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user