Fix: Resolve the issue of image changes for GET_REWARD

This commit is contained in:
Driver-C 2023-06-07 22:47:27 +08:00 committed by LmeSzinc
parent 35f5d24877
commit 880b254d89
2 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@ -17,9 +17,9 @@ GET_REWARD = ButtonWrapper(
name='GET_REWARD',
share=Button(
file='./assets/share/base/popup/GET_REWARD.png',
area=(625, 118, 655, 147),
search=(605, 98, 675, 167),
color=(167, 151, 116),
area=(623, 95, 657, 119),
search=(603, 75, 677, 139),
color=(145, 131, 99),
button=(741, 495, 1071, 644),
),
)