1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-30 19:03:29 +08:00

Opt: Revert greedy optimization

This commit is contained in:
LmeSzinc
2020-09-22 02:45:27 +08:00
parent 583cf965f4
commit 0494b9403c
6 changed files with 12 additions and 12 deletions

View File

@@ -74,8 +74,8 @@ class Config(ConfigBase):
MAP_HAS_PORTAL = True
# ===== End of generated config =====
# MAP_SWIPE_MULTIPLY_MINITOUCH = 1.82
# MAP_SWIPE_MULTIPLY = 1.88
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.82
MAP_SWIPE_MULTIPLY = 1.88
class Campaign(CampaignBase):

View File

@@ -66,8 +66,8 @@ class Config(ConfigBase):
MAP_HAS_AMBUSH = False
# ===== End of generated config =====
# MAP_SWIPE_MULTIPLY_MINITOUCH = 1.446
# MAP_SWIPE_MULTIPLY = 1.495
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.446
MAP_SWIPE_MULTIPLY = 1.495
class Campaign(CampaignBase):

View File

@@ -69,8 +69,8 @@ class Config:
MAP_SIREN_TEMPLATE = ['CV', 'BB']
MAP_HAS_SIREN = True
MAP_HAS_MOVABLE_ENEMY = False
# MAP_SWIPE_MULTIPLY_MINITOUCH = 1.82
# MAP_SWIPE_MULTIPLY = 1.88
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.82
MAP_SWIPE_MULTIPLY = 1.88
class Campaign(CampaignBase):

View File

@@ -74,8 +74,8 @@ class Config(ConfigBase):
MAP_HAS_PORTAL = True
# ===== End of generated config =====
# MAP_SWIPE_MULTIPLY_MINITOUCH = 1.82
# MAP_SWIPE_MULTIPLY = 1.88
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.82
MAP_SWIPE_MULTIPLY = 1.88
class Campaign(CampaignBase):

View File

@@ -65,8 +65,8 @@ class Config(ConfigBase):
MAP_HAS_AMBUSH = False
# ===== End of generated config =====
# MAP_SWIPE_MULTIPLY_MINITOUCH = 1.446
# MAP_SWIPE_MULTIPLY = 1.495
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.446
MAP_SWIPE_MULTIPLY = 1.495
class Campaign(CampaignBase):