File tree Expand file tree Collapse file tree
campaign/event_20251023_cn Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments