Opt: Handle big sirens in A3C3

This commit is contained in:
LmeSzinc 2023-12-23 21:44:13 +08:00
parent 72197cc822
commit a9772c5250
2 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,7 @@ class Config(ConfigBase):
MAP_SWIPE_MULTIPLY = (1.112, 1.132)
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.075, 1.095)
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.044, 1.062)
MAP_WALK_USE_CURRENT_FLEET = True
class Campaign(CampaignBase):

View File

@ -62,6 +62,7 @@ class Config(ConfigBase):
MAP_SWIPE_MULTIPLY = (1.112, 1.132)
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.075, 1.095)
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.044, 1.062)
MAP_WALK_USE_CURRENT_FLEET = True
class Campaign(CampaignBase):