소스 검색

add dwmp clear patterns

tuanchris 3 달 전
부모
커밋
05fd9879cf
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      modules/core/pattern_manager.py

+ 5 - 0
modules/core/pattern_manager.py

@@ -538,6 +538,11 @@ def get_clear_pattern_file(clear_pattern_mode, path=None, cache_data=None):
             'clear_from_in': './patterns/clear_from_in_mini.thr',
             'clear_sideway': './patterns/clear_sideway_mini.thr'
         },
+        'dune_weaver_mini_pro': {
+            'clear_from_out': './patterns/clear_from_out_mini.thr',
+            'clear_from_in': './patterns/clear_from_in_mini.thr',
+            'clear_sideway': './patterns/clear_sideway_mini.thr'
+        },
         'dune_weaver_pro': {
             'clear_from_out': './patterns/clear_from_out_pro.thr',
             'clear_from_out_Ultra': './patterns/clear_from_out_Ultra.thr',