Compare commits
3 Commits
d73204bfeb
...
72a948da68
| Author | SHA1 | Date | |
|---|---|---|---|
| 72a948da68 | |||
| c69a8543c6 | |||
| c16e50157e |
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.5 KiB |
|
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 6.9 KiB |
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.5 KiB |
|
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 6.7 KiB |
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 4.8 KiB |
@ -117,10 +117,10 @@ OCR_TICKET = ButtonWrapper(
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/bounty/OCR_TICKET.png',
|
||||
area=(155, 81, 206, 119),
|
||||
search=(135, 61, 226, 139),
|
||||
color=(209, 217, 221),
|
||||
button=(155, 81, 206, 119),
|
||||
area=(168, 84, 219, 121),
|
||||
search=(148, 64, 239, 141),
|
||||
color=(202, 210, 216),
|
||||
button=(168, 84, 219, 121),
|
||||
),
|
||||
)
|
||||
SELECT_DESERT_RAILROAD = ButtonWrapper(
|
||||
|
||||
@ -14,16 +14,16 @@ CIRCLE = ButtonWrapper(
|
||||
),
|
||||
en=Button(
|
||||
file='./assets/en/circle/CIRCLE.png',
|
||||
area=(197, 314, 229, 351),
|
||||
search=(177, 294, 249, 371),
|
||||
color=(173, 219, 236),
|
||||
area=(196, 314, 235, 355),
|
||||
search=(176, 294, 255, 375),
|
||||
color=(183, 221, 238),
|
||||
button=(191, 298, 434, 457),
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/circle/CIRCLE.png',
|
||||
area=(197, 314, 229, 350),
|
||||
search=(177, 294, 249, 370),
|
||||
color=(171, 218, 236),
|
||||
area=(196, 314, 235, 355),
|
||||
search=(176, 294, 255, 375),
|
||||
color=(183, 221, 238),
|
||||
button=(190, 296, 433, 457),
|
||||
),
|
||||
)
|
||||
|
||||
@ -117,10 +117,10 @@ OCR_TICKET = ButtonWrapper(
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/scrimmage/OCR_TICKET.png',
|
||||
area=(155, 82, 206, 118),
|
||||
search=(135, 62, 226, 138),
|
||||
color=(218, 222, 225),
|
||||
button=(155, 82, 206, 118),
|
||||
area=(170, 87, 220, 119),
|
||||
search=(150, 67, 240, 139),
|
||||
color=(208, 213, 216),
|
||||
button=(170, 87, 220, 119),
|
||||
),
|
||||
)
|
||||
SELECT_GEHENNA = ButtonWrapper(
|
||||
|
||||
@ -189,9 +189,9 @@ PLAYER_SELECT_FIRST = ButtonWrapper(
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/tactical_challenge/PLAYER_SELECT_FIRST.png',
|
||||
area=(469, 289, 512, 325),
|
||||
search=(449, 269, 532, 345),
|
||||
color=(206, 214, 221),
|
||||
area=(467, 294, 495, 315),
|
||||
search=(447, 274, 515, 335),
|
||||
color=(190, 201, 206),
|
||||
button=(606, 173, 1099, 260),
|
||||
),
|
||||
)
|
||||
|
||||