Skip to content

Commit eeb7c46

Browse files
committed
Fix: insight bottom edge
1 parent 8beab16 commit eeb7c46

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

campaign/event_20251023_cn/t1.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ class Config:
7474
HOMO_EDGE_COLOR_RANGE = (0, 17)
7575
HOMO_EDGE_HOUGHLINES_THRESHOLD = 210
7676
MAP_SIREN_HAS_BOSS_ICON_SMALL = True
77+
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
7778
MAP_SWIPE_MULTIPLY = (1.089, 1.109)
7879
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.053, 1.072)
7980
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.022, 1.041)

campaign/event_20251023_cn/t2.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ class Config(ConfigBase):
5858
MAP_HAS_MYSTERY = False
5959
# ===== End of generated config =====
6060

61-
# topleft is spawn points
62-
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'top-right'
6361
MAP_SWIPE_MULTIPLY = (1.255, 1.279)
6462
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.214, 1.236)
6563
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.179, 1.200)

campaign/event_20251023_cn/t3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ class Config(ConfigBase):
5959
MAP_HAS_MYSTERY = False
6060
# ===== End of generated config =====
6161

62-
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
6362
# swipe multiply same as T1
6463

6564

0 commit comments

Comments
 (0)