mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 00:35:34 +00:00
Upd: OCR_WEEKLY_POINT
This commit is contained in:
parent
281d7490d1
commit
a6d995b164
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 12 KiB |
@ -17,10 +17,10 @@ OCR_WEEKLY_POINT = ButtonWrapper(
|
||||
name='OCR_WEEKLY_POINT',
|
||||
share=Button(
|
||||
file='./assets/share/rogue/entry/OCR_WEEKLY_POINT.png',
|
||||
area=(130, 602, 382, 635),
|
||||
search=(110, 582, 402, 655),
|
||||
color=(54, 51, 50),
|
||||
button=(130, 602, 382, 635),
|
||||
area=(116, 658, 316, 682),
|
||||
search=(96, 638, 336, 702),
|
||||
color=(74, 70, 72),
|
||||
button=(116, 658, 316, 682),
|
||||
),
|
||||
)
|
||||
OCR_WORLD = ButtonWrapper(
|
||||
|
@ -393,6 +393,7 @@ class RogueEntry(RouteBase, RogueRewardHandler, RoguePathHandler, DungeonUI):
|
||||
self._rogue_teleport()
|
||||
|
||||
# is_page_rogue_main()
|
||||
self._rogue_theme_set(world)
|
||||
self._rogue_world_wait()
|
||||
|
||||
# Update rogue points
|
||||
@ -410,7 +411,6 @@ class RogueEntry(RouteBase, RogueRewardHandler, RoguePathHandler, DungeonUI):
|
||||
self.check_stop_condition()
|
||||
|
||||
# Enter
|
||||
self._rogue_theme_set(world)
|
||||
self._rogue_world_set(world)
|
||||
# Check stop condition again as immersifier updated
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user