mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-27 10:55:49 +08:00
Fix: OpSi can't swipe on the edge of buff icons
This commit is contained in:
@@ -16,7 +16,7 @@ class OSCamera(OSMapOperation, Camera):
|
|||||||
radar: Radar
|
radar: Radar
|
||||||
fleet_current: tuple
|
fleet_current: tuple
|
||||||
|
|
||||||
def _map_swipe(self, vector, box=(234, 123, 998, 633)):
|
def _map_swipe(self, vector, box=(239, 128, 993, 628)):
|
||||||
return super()._map_swipe(vector, box=box)
|
return super()._map_swipe(vector, box=box)
|
||||||
|
|
||||||
def _view_init(self):
|
def _view_init(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user