mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Add: [EN] Private Quarters support
This commit is contained in:
@@ -261,6 +261,11 @@ page_academy = Page(ACADEMY_CHECK)
|
||||
page_dormmenu.link(button=DORMMENU_GOTO_ACADEMY, destination=page_academy)
|
||||
page_academy.link(button=GOTO_MAIN, destination=page_main)
|
||||
|
||||
# Private Quarters
|
||||
page_private_quarters = Page(PRIVATE_QUARTERS_CHECK)
|
||||
page_dormmenu.link(button=DORMMENU_GOTO_PRIVATE_QUARTERS, destination=page_private_quarters)
|
||||
page_private_quarters.link(button=GOTO_MAIN_WHITE, destination=page_main)
|
||||
|
||||
# Game room & choose game
|
||||
page_game_room = Page(GAME_ROOM_CHECK)
|
||||
page_academy.link(button=ACADEMY_GOTO_GAME_ROOM, destination=page_game_room)
|
||||
|
||||
Reference in New Issue
Block a user