mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 16:19:03 +08:00
Upd: commented with explanation
This commit is contained in:
parent
0477870c41
commit
75cd81e7a1
@ -164,7 +164,8 @@ page_shop.link(button=GOTO_MAIN, destination=page_main)
|
||||
|
||||
# Munitions
|
||||
page_munitions = Page(MUNITIONS_CHECK)
|
||||
#page_shop.link(button=SHOP_GOTO_MUNITIONS, destination=page_munitions)
|
||||
# Prefer latter path since defaults to shop_general on load, stable background color
|
||||
# page_shop.link(button=SHOP_GOTO_MUNITIONS, destination=page_munitions)
|
||||
page_academy.link(button=ACADEMY_GOTO_MUNITIONS, destination=page_munitions)
|
||||
page_munitions.link(button=GOTO_MAIN, destination=page_main)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user