Upd: DUNGEON_ENTER_CHECKED.png

This commit is contained in:
Hengyu 2023-07-20 13:19:22 +08:00 committed by LmeSzinc
parent 4074f3b5a8
commit 2ffc19f45b
3 changed files with 4 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@ -47,7 +47,3 @@ class UseTechniqueUI(MapControlJoystick, ForgottenHallUI):
self._use_technique(count, skip_first_screenshot=skip_first_screenshot)
self.exit_dungeon()
self.ui_goto_main()
if __name__ == '__main__':
self = UseTechniqueUI('alas')
self.device.screenshot()
self.use_technique(2)

View File

@ -7,10 +7,10 @@ DUNGEON_ENTER_CHECKED = ButtonWrapper(
name='DUNGEON_ENTER_CHECKED',
share=Button(
file='./assets/share/forgotten_hall/DUNGEON_ENTER_CHECKED.png',
area=(26, 247, 40, 256),
search=(6, 227, 60, 276),
color=(175, 180, 183),
button=(26, 247, 40, 256),
area=(29, 242, 43, 251),
search=(9, 222, 63, 271),
color=(173, 173, 173),
button=(29, 242, 43, 251),
),
)
EFFECT_NOTIFICATION = ButtonWrapper(