1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-16 06:53:33 +08:00

Upd: Magic map swipe multipliers

This commit is contained in:
LmeSzinc
2023-05-26 02:59:52 +08:00
parent dd8824ecd2
commit e420f4ed04
321 changed files with 970 additions and 626 deletions

View File

@@ -75,8 +75,9 @@ class Config(ConfigBase):
HOMO_TILE = (168, 140)
HOMO_CENTER_OFFSET = (48 + 14, 48)
GRID_IMAGE_A_MULTIPLY = 1 / 1.2
MAP_SWIPE_MULTIPLY = 1.478
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.429
MAP_SWIPE_MULTIPLY = (0.967, 0.985)
MAP_SWIPE_MULTIPLY_MINITOUCH = (0.935, 0.953)
MAP_SWIPE_MULTIPLY_MAATOUCH = (0.908, 0.924)
class Campaign(CampaignBase):