mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-09 09:37:41 +08:00
Fix: Reverse meta assist help clicks (#2496)
This commit is contained in:
parent
ab0c8d0b85
commit
e9d372cefb
@ -283,11 +283,11 @@ class OpsiAshBeacon(Meta):
|
||||
continue
|
||||
|
||||
# Here use simple clicks. Dropping some clicks is acceptable, no need to confirm they are selected.
|
||||
self.device.click(HELP_1)
|
||||
self.device.click(HELP_3)
|
||||
self.device.sleep((0.1, 0.3))
|
||||
self.device.click(HELP_2)
|
||||
self.device.sleep((0.1, 0.3))
|
||||
self.device.click(HELP_3)
|
||||
self.device.click(HELP_1)
|
||||
|
||||
skip_first_screenshot = True
|
||||
while 1:
|
||||
|
Loading…
Reference in New Issue
Block a user