mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-10 20:09:19 +08:00
Upd: Magic map swipe multipliers
This commit is contained in:
@@ -73,8 +73,9 @@ class Config(ConfigBase):
|
||||
MAP_HAS_AMBUSH = False
|
||||
# ===== End of generated config =====
|
||||
|
||||
MAP_SWIPE_MULTIPLY = 1.445
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.397
|
||||
MAP_SWIPE_MULTIPLY = (0.946, 0.963)
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = (0.914, 0.931)
|
||||
MAP_SWIPE_MULTIPLY_MAATOUCH = (0.888, 0.904)
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
|
||||
Reference in New Issue
Block a user