Upd: Standardize image path

This commit is contained in:
Driver-C 2023-06-19 23:41:59 +08:00
parent fe30ba38a5
commit 962ac2d947
4 changed files with 4 additions and 4 deletions

View File

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -15,8 +15,8 @@ ITEM_CONSUMABLE_CHECK = ButtonWrapper(
)
ITEM_CONSUMABLE_SCROLL = ButtonWrapper(
name='ITEM_CONSUMABLE_SCROLL',
cn=Button(
file='./assets/cn/daily/consumable_usage/ITEM_CONSUMABLE_SCROLL.png',
share=Button(
file='./assets/share/daily/consumable_usage/ITEM_CONSUMABLE_SCROLL.png',
area=(837, 89, 843, 615),
search=(817, 69, 863, 635),
color=(118, 117, 121),

View File

@ -125,8 +125,8 @@ SYNTHESIZE_GOTO_CONSUMABLES = ButtonWrapper(
)
SYNTHESIZE_SCROLL = ButtonWrapper(
name='SYNTHESIZE_SCROLL',
cn=Button(
file='./assets/cn/daily/synthesize_consumable/SYNTHESIZE_SCROLL.png',
share=Button(
file='./assets/share/daily/synthesize_consumable/SYNTHESIZE_SCROLL.png',
area=(458, 80, 464, 628),
search=(438, 60, 484, 648),
color=(134, 130, 144),