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