mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-14 02:41:11 +08:00
Upd: Magic map swipe multipliers
This commit is contained in:
@@ -57,8 +57,9 @@ class Config(ConfigBase):
|
||||
MAP_HAS_MYSTERY = False
|
||||
# ===== End of generated config =====
|
||||
|
||||
MAP_SWIPE_MULTIPLY = 1.501
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.451
|
||||
MAP_SWIPE_MULTIPLY = (0.982, 1.001)
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = (0.950, 0.967)
|
||||
MAP_SWIPE_MULTIPLY_MAATOUCH = (0.922, 0.939)
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
|
||||
Reference in New Issue
Block a user