mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-15 08:59:47 +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.588
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.535
|
||||
MAP_SWIPE_MULTIPLY = (1.039, 1.059)
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.005, 1.024)
|
||||
MAP_SWIPE_MULTIPLY_MAATOUCH = (0.976, 0.993)
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
|
||||
Reference in New Issue
Block a user