Upd: Add MAIN_GOTO_CHARACTER under purple screen

This commit is contained in:
LmeSzinc 2024-02-19 17:50:49 +08:00
parent ca39c06062
commit c7159e77c3
2 changed files with 16 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@ -144,13 +144,22 @@ MAIN_GOTO_BATTLE_PASS = ButtonWrapper(
)
MAIN_GOTO_CHARACTER = ButtonWrapper(
name='MAIN_GOTO_CHARACTER',
share=Button(
file='./assets/share/base/page/MAIN_GOTO_CHARACTER.png',
area=(1204, 25, 1234, 51),
search=(1184, 5, 1254, 71),
color=(184, 185, 187),
button=(1204, 25, 1234, 51),
),
share=[
Button(
file='./assets/share/base/page/MAIN_GOTO_CHARACTER.png',
area=(1204, 25, 1234, 51),
search=(1184, 5, 1254, 71),
color=(184, 185, 187),
button=(1204, 25, 1234, 51),
),
Button(
file='./assets/share/base/page/MAIN_GOTO_CHARACTER.2.png',
area=(1204, 25, 1234, 51),
search=(1184, 5, 1254, 71),
color=(211, 181, 211),
button=(1204, 25, 1234, 51),
),
],
)
MAIN_GOTO_EVENT = ButtonWrapper(
name='MAIN_GOTO_EVENT',