Upd: DUNGEON_COMBAT_INTERACT

This commit is contained in:
LmeSzinc 2023-08-30 19:24:15 +08:00
parent 92bbb9204a
commit 6c6296651f
3 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -7,9 +7,9 @@ DUNGEON_COMBAT_INTERACT = ButtonWrapper(
name='DUNGEON_COMBAT_INTERACT', name='DUNGEON_COMBAT_INTERACT',
share=Button( share=Button(
file='./assets/share/combat/interact/DUNGEON_COMBAT_INTERACT.png', file='./assets/share/combat/interact/DUNGEON_COMBAT_INTERACT.png',
area=(779, 419, 807, 442), area=(753, 419, 781, 441),
search=(759, 399, 827, 462), search=(733, 399, 801, 461),
color=(190, 191, 191), color=(199, 197, 198),
button=(777, 412, 997, 446), button=(750, 411, 997, 448),
), ),
) )