mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 06:48:34 +08:00
Opt: Perspective parameters Ininverted Orthant
This commit is contained in:
parent
f64f02fac7
commit
6253b13830
@ -73,6 +73,8 @@ class Config:
|
||||
'CV': 1.111,
|
||||
'BB': 1.111,
|
||||
}
|
||||
HOMO_EDGE_HOUGHLINES_THRESHOLD = 180
|
||||
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
|
||||
@ -83,6 +83,7 @@ class Config:
|
||||
'CV': 1.111,
|
||||
'BB': 1.111,
|
||||
}
|
||||
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
|
||||
@ -92,6 +92,7 @@ class Config:
|
||||
MAP_SWIPE_MULTIPLY = 1.579
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.527
|
||||
MAP_ENEMY_TEMPLATE = ['LightInvertedOrthant', 'MainInvertedOrthant', 'CarrierInvertedOrthant']
|
||||
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
|
||||
@ -87,6 +87,7 @@ class Config:
|
||||
HOMO_EDGE_HOUGHLINES_THRESHOLD = 180
|
||||
MAP_SWIPE_MULTIPLY = 1.445
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.397
|
||||
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user