mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-25 10:01:10 +00:00
Add: forgotten hall page
This commit is contained in:
parent
6e9661401b
commit
d4b53e23b6
@ -140,3 +140,7 @@ page_menu.link(MENU_GOTO_SYNTHESIZE, destination=page_synthesize)
|
||||
page_assignment = Page(ASSIGNMENT_CHECK)
|
||||
page_assignment.link(CLOSE, destination=page_main)
|
||||
page_menu.link(MENU_GOTO_ASSIGNMENT, destination=page_assignment)
|
||||
|
||||
# Forgotten Hall
|
||||
page_forgotten_hall = Page(FORGOTTEN_HALL_CHECK)
|
||||
page_forgotten_hall.link(CLOSE, destination=page_main)
|
||||
|
Loading…
Reference in New Issue
Block a user