mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-15 22:19:18 +00:00
Upd: DUNGEON_ENTER_CHECKED.png
This commit is contained in:
parent
4074f3b5a8
commit
2ffc19f45b
Binary file not shown.
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
@ -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)
|
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user