mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix(Event): 修复了复刻活动图中siren识别
This commit is contained in:
parent
062860370d
commit
5abfef52a9
@ -58,6 +58,7 @@ class Config:
|
|||||||
# ===== End of generated config =====
|
# ===== End of generated config =====
|
||||||
|
|
||||||
MAP_SIREN_HAS_BOSS_ICON = True
|
MAP_SIREN_HAS_BOSS_ICON = True
|
||||||
|
MAP_SIREN_HAS_BOSS_ICON_SMALL = True
|
||||||
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
|
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
|
||||||
'height': (80, 255 - 17),
|
'height': (80, 255 - 17),
|
||||||
'width': (0.9, 10),
|
'width': (0.9, 10),
|
||||||
|
|||||||
@ -56,6 +56,7 @@ class Config:
|
|||||||
# ===== End of generated config =====
|
# ===== End of generated config =====
|
||||||
|
|
||||||
MAP_SIREN_HAS_BOSS_ICON = True
|
MAP_SIREN_HAS_BOSS_ICON = True
|
||||||
|
MAP_SIREN_HAS_BOSS_ICON_SMALL = True
|
||||||
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
|
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
|
||||||
'height': (80, 255 - 17),
|
'height': (80, 255 - 17),
|
||||||
'width': (0.9, 10),
|
'width': (0.9, 10),
|
||||||
|
|||||||
@ -58,6 +58,7 @@ class Config:
|
|||||||
# ===== End of generated config =====
|
# ===== End of generated config =====
|
||||||
|
|
||||||
MAP_SIREN_HAS_BOSS_ICON = True
|
MAP_SIREN_HAS_BOSS_ICON = True
|
||||||
|
MAP_SIREN_HAS_BOSS_ICON_SMALL = True
|
||||||
MAP_SWIPE_MULTIPLY = (1.074, 1.095)
|
MAP_SWIPE_MULTIPLY = (1.074, 1.095)
|
||||||
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.039, 1.058)
|
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.039, 1.058)
|
||||||
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.009, 1.027)
|
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.009, 1.027)
|
||||||
|
|||||||
@ -56,6 +56,7 @@ class Config:
|
|||||||
# ===== End of generated config =====
|
# ===== End of generated config =====
|
||||||
|
|
||||||
MAP_SIREN_HAS_BOSS_ICON = True
|
MAP_SIREN_HAS_BOSS_ICON = True
|
||||||
|
MAP_SIREN_HAS_BOSS_ICON_SMALL = True
|
||||||
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
|
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
|
||||||
'height': (80, 255 - 17),
|
'height': (80, 255 - 17),
|
||||||
'width': (0.9, 10),
|
'width': (0.9, 10),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user