mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +08:00
Refactor: 合并处理消息的类
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import numpy as np
|
||||
|
||||
from module.handler.info_bar import InfoBarHandler
|
||||
from module.logger import logger
|
||||
from module.exception import PerspectiveError
|
||||
from module.handler.info_handler import InfoHandler
|
||||
from module.logger import logger
|
||||
from module.map.grids import Grids, Grid
|
||||
from module.map.map_base import CampaignMap, location2node, location_ensure
|
||||
|
||||
@@ -29,7 +29,7 @@ def swipe_multiply_2d(x, y):
|
||||
return x, y
|
||||
|
||||
|
||||
class Camera(InfoBarHandler):
|
||||
class Camera(InfoHandler):
|
||||
map: CampaignMap
|
||||
camera = (0, 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user