Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
BIN
assets/share/base/popup/BATTLE_PASS_NOTIFICATION.SEARCH.png
Normal file
After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.6 KiB |
@ -7,10 +7,10 @@ BATTLE_PASS_NOTIFICATION = ButtonWrapper(
|
||||
name='BATTLE_PASS_NOTIFICATION',
|
||||
share=Button(
|
||||
file='./assets/share/base/popup/BATTLE_PASS_NOTIFICATION.png',
|
||||
area=(960, 601, 984, 625),
|
||||
search=(940, 581, 1004, 645),
|
||||
color=(137, 127, 109),
|
||||
button=(895, 595, 1180, 630),
|
||||
area=(922, 592, 944, 614),
|
||||
search=(850, 589, 952, 618),
|
||||
color=(122, 112, 93),
|
||||
button=(918, 587, 1079, 619),
|
||||
),
|
||||
)
|
||||
GET_LIGHT_CONE = ButtonWrapper(
|
||||
|
@ -7,39 +7,39 @@ CHARACTER_1 = ButtonWrapper(
|
||||
name='CHARACTER_1',
|
||||
share=Button(
|
||||
file='./assets/share/forgotten_hall/team/CHARACTER_1.png',
|
||||
area=(44, 166, 140, 190),
|
||||
search=(24, 146, 160, 210),
|
||||
area=(44, 172, 140, 196),
|
||||
search=(24, 152, 160, 216),
|
||||
color=(211, 210, 213),
|
||||
button=(44, 100, 140, 211),
|
||||
button=(44, 106, 140, 217),
|
||||
),
|
||||
)
|
||||
CHARACTER_2 = ButtonWrapper(
|
||||
name='CHARACTER_2',
|
||||
share=Button(
|
||||
file='./assets/share/forgotten_hall/team/CHARACTER_2.png',
|
||||
area=(150, 166, 246, 190),
|
||||
search=(130, 146, 266, 210),
|
||||
area=(150, 172, 246, 196),
|
||||
search=(130, 152, 266, 216),
|
||||
color=(212, 211, 210),
|
||||
button=(150, 100, 246, 212),
|
||||
button=(150, 106, 246, 218),
|
||||
),
|
||||
)
|
||||
CHARACTER_3 = ButtonWrapper(
|
||||
name='CHARACTER_3',
|
||||
share=Button(
|
||||
file='./assets/share/forgotten_hall/team/CHARACTER_3.png',
|
||||
area=(256, 166, 352, 190),
|
||||
search=(236, 146, 372, 210),
|
||||
area=(256, 172, 352, 196),
|
||||
search=(236, 152, 372, 216),
|
||||
color=(214, 211, 212),
|
||||
button=(256, 100, 352, 212),
|
||||
button=(256, 106, 352, 218),
|
||||
),
|
||||
)
|
||||
CHARACTER_4 = ButtonWrapper(
|
||||
name='CHARACTER_4',
|
||||
share=Button(
|
||||
file='./assets/share/forgotten_hall/team/CHARACTER_4.png',
|
||||
area=(44, 298, 140, 322),
|
||||
search=(24, 278, 160, 342),
|
||||
area=(44, 304, 140, 328),
|
||||
search=(24, 284, 160, 348),
|
||||
color=(212, 211, 213),
|
||||
button=(44, 232, 140, 344),
|
||||
button=(44, 238, 140, 350),
|
||||
),
|
||||
)
|
||||
|