1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-01 05:50:33 +08:00

Upd: MAP_SWIPE_MULTIPLY

This commit is contained in:
LmeSzinc
2024-03-02 02:56:15 +08:00
parent 8976c2fba4
commit 793adb0341
10 changed files with 63 additions and 0 deletions

View File

@@ -66,6 +66,9 @@ class Config:
'CAlightning': 1.111,
'BBlightning': 1.111,
}
MAP_SWIPE_MULTIPLY = (1.232, 1.255)
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.191, 1.213)
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.156, 1.177)
class Campaign(CampaignBase):