baowen 1 일 전
부모
커밋
c63eefce7e
2개의 변경된 파일183개의 추가작업 그리고 157개의 파일을 삭제
  1. 178 157
      assets/editor/prefab/SuperFindPanel.prefab
  2. 5 0
      assets/editor/script/LevelContainer.ts

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 178 - 157
assets/editor/prefab/SuperFindPanel.prefab


+ 5 - 0
assets/editor/script/LevelContainer.ts

@@ -341,4 +341,9 @@ export class LevelContainer extends Component {
         this.swtichEditMode(false);
         this.genLvlContent(SuperFind.superFindData.imgPath, Skin.getSelectSkinPath(), Difficulty.difficutyData.difficutyCount, this._itemScales);
     }
+
+    win()
+    {
+        
+    }
 }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.