1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-23 07:21:53 +08:00

Fix: clear mode for event

This commit is contained in:
sui-feng-cb
2024-12-19 18:09:08 +08:00
parent 62b84f4a23
commit ed3664379e
5 changed files with 52 additions and 19 deletions

View File

@@ -67,6 +67,7 @@ class Config:
}
HOMO_CANNY_THRESHOLD = (75, 100)
STAGE_ENTRANCE = ['half', '20240725']
MAP_HAS_MODE_SWITCH = True
MAP_SWIPE_MULTIPLY = (1.234, 1.257)
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.193, 1.215)
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.158, 1.179)