mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-21 16:28:17 +00:00
Fix: Starting from planner result page
This commit is contained in:
parent
3350a3d3af
commit
5579118ce1
BIN
assets/share/base/page/PLANNER_CHECK.png
Normal file
BIN
assets/share/base/page/PLANNER_CHECK.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
@ -377,6 +377,16 @@ MISSION_CHECK = ButtonWrapper(
|
||||
button=(44, 33, 70, 55),
|
||||
),
|
||||
)
|
||||
PLANNER_CHECK = ButtonWrapper(
|
||||
name='PLANNER_CHECK',
|
||||
share=Button(
|
||||
file='./assets/share/base/page/PLANNER_CHECK.png',
|
||||
area=(39, 47, 74, 74),
|
||||
search=(19, 27, 94, 94),
|
||||
color=(148, 131, 98),
|
||||
button=(39, 47, 74, 74),
|
||||
),
|
||||
)
|
||||
ROGUE_CHECK = ButtonWrapper(
|
||||
name='ROGUE_CHECK',
|
||||
share=Button(
|
||||
|
@ -158,3 +158,7 @@ page_forgotten_hall.link(CLOSE, destination=page_main)
|
||||
# Rogue, Simulated Universe
|
||||
page_rogue = Page(ROGUE_CHECK)
|
||||
page_rogue.link(CLOSE, destination=page_main)
|
||||
|
||||
# Planner result
|
||||
page_planner = Page(PLANNER_CHECK)
|
||||
page_planner.link(CLOSE, destination=page_menu)
|
||||
|
Loading…
Reference in New Issue
Block a user