mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Fix: use _raid_has_oil_icon for new UI design
This commit is contained in:
@@ -338,8 +338,10 @@ page_rpg_stage = Page(RPG_GOTO_STORY)
|
||||
page_rpg_story = Page(RPG_GOTO_STAGE)
|
||||
page_rpg_stage.link(button=RPG_GOTO_STORY, destination=page_rpg_story)
|
||||
page_rpg_stage.link(button=RPG_HOME, destination=page_main)
|
||||
page_rpg_stage.link(button=RPG_BACK, destination=page_campaign_menu)
|
||||
page_rpg_story.link(button=RPG_GOTO_STAGE, destination=page_rpg_stage)
|
||||
page_rpg_story.link(button=RPG_HOME, destination=page_main)
|
||||
page_rpg_story.link(button=RPG_BACK, destination=page_campaign_menu)
|
||||
|
||||
page_campaign_menu.link(button=CAMPAIGN_MENU_GOTO_EVENT, destination=page_rpg_stage)
|
||||
# page_main.link(button=MAIN_GOTO_RAID, destination=page_rpg_stage)
|
||||
|
||||
Reference in New Issue
Block a user