Upd: ocr_world asset

This commit is contained in:
X-Zero-L 2023-12-27 22:15:49 +08:00
parent 051864decc
commit c42108f9ae
2 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -27,10 +27,10 @@ OCR_WORLD = ButtonWrapper(
name='OCR_WORLD', name='OCR_WORLD',
share=Button( share=Button(
file='./assets/share/rogue/entry/OCR_WORLD.png', file='./assets/share/rogue/entry/OCR_WORLD.png',
area=(518, 342, 623, 370), area=(488, 339, 718, 371),
search=(498, 322, 643, 390), search=(468, 319, 738, 391),
color=(84, 83, 101), color=(45, 44, 68),
button=(518, 342, 623, 370), button=(488, 339, 718, 371),
), ),
) )
WORLD_ENTER = ButtonWrapper( WORLD_ENTER = ButtonWrapper(