mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-23 05:11:35 +08:00
Upd: Magic map swipe multipliers
This commit is contained in:
@@ -55,8 +55,9 @@ class Config(ConfigBase):
|
||||
MAP_HAS_AMBUSH = False
|
||||
# ===== End of generated config =====
|
||||
|
||||
MAP_SWIPE_MULTIPLY = 1.735
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.677
|
||||
MAP_SWIPE_MULTIPLY = (1.135, 1.157)
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.098, 1.118)
|
||||
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.066, 1.085)
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
|
||||
Reference in New Issue
Block a user