mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Opt: Get Zone instance in map init, instead of map size
This commit is contained in:
@@ -21,8 +21,9 @@ class OSFleet(OSCamera, Combat, Fleet, OSAsh):
|
||||
self.update()
|
||||
|
||||
def map_init(self, map_=None):
|
||||
self.get_current_zone()
|
||||
map_ = OSCampaignMap()
|
||||
map_.shape = self.get_map_shape()
|
||||
map_.shape = self.zone.shape
|
||||
|
||||
logger.hr('Map init')
|
||||
self.fleet_1_location = ()
|
||||
|
||||
Reference in New Issue
Block a user