1
0
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:
nEEtdo0d
2025-04-19 16:43:26 -04:00
parent 659edebb2c
commit 09caf9704f
45 changed files with 531 additions and 1 deletions

View File

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