baowen 11 小时之前
父节点
当前提交
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()
+    {
+        
+    }
 }

部分文件因为文件数量过多而无法显示