mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-21 13:03:36 +08:00
Upd: Magic map swipe multipliers
This commit is contained in:
@@ -63,8 +63,9 @@ class Config(ConfigBase):
|
||||
MAP_HAS_MYSTERY = False
|
||||
# ===== End of generated config =====
|
||||
|
||||
MAP_SWIPE_MULTIPLY = 1.505
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.455
|
||||
MAP_SWIPE_MULTIPLY = (0.985, 1.003)
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = (0.952, 0.970)
|
||||
MAP_SWIPE_MULTIPLY_MAATOUCH = (0.925, 0.941)
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
|
||||
Reference in New Issue
Block a user