mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-08 04:41:45 +08:00
Upd: Magic map swipe multipliers
This commit is contained in:
@@ -64,8 +64,9 @@ class Config(ConfigBase):
|
||||
MAP_HAS_AMBUSH = False
|
||||
# ===== End of generated config =====
|
||||
|
||||
MAP_SWIPE_MULTIPLY = 1.783
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.724
|
||||
MAP_SWIPE_MULTIPLY = (1.167, 1.189)
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.128, 1.149)
|
||||
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.095, 1.115)
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
|
||||
Reference in New Issue
Block a user