Add: forgotten hall page

This commit is contained in:
Hengyu 2023-06-29 22:41:49 +08:00
parent 6e9661401b
commit d4b53e23b6

View File

@ -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)