mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Add: The Flame-Touched Dagger (event_20211111_cn)
- Fix: Force to use fleet2 when MAP_CLEAR_ALL_THIS_TIME is True
This commit is contained in:
@@ -17,6 +17,7 @@ class Camera(MapOperation):
|
||||
view: View
|
||||
map: CampaignMap
|
||||
camera = (0, 0)
|
||||
grid_class = Grid
|
||||
_correct_camera = False
|
||||
_prev_view = None
|
||||
_prev_swipe = None
|
||||
@@ -85,7 +86,7 @@ class Camera(MapOperation):
|
||||
|
||||
def _view_init(self):
|
||||
if not hasattr(self, 'view'):
|
||||
self.view = View(self.config)
|
||||
self.view = View(self.config, grid_class=self.grid_class)
|
||||
|
||||
def update(self, camera=True):
|
||||
"""Update map image
|
||||
|
||||
Reference in New Issue
Block a user