mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 07:28:21 +08:00
Add: minigame
This commit is contained in:
@@ -222,6 +222,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)
|
||||
|
||||
# Game room & choose game
|
||||
page_game_room = Page(GAME_ROOM_CHECK)
|
||||
page_academy.link(button=ACADEMY_GOTO_GAME_ROOM, destination=page_game_room)
|
||||
page_game_room.link(button=GAME_ROOM_GOTO_MAIN, destination=page_main)
|
||||
|
||||
# Shop
|
||||
page_shop = Page(SHOP_CHECK)
|
||||
page_main.link(button=MAIN_GOTO_SHOP, destination=page_shop)
|
||||
|
||||
Reference in New Issue
Block a user