|
@@ -2,7 +2,7 @@
|
|
|
* @Author: mojunshou 1637302775@qq.com
|
|
* @Author: mojunshou 1637302775@qq.com
|
|
|
* @Date: 2025-03-20 15:01:09
|
|
* @Date: 2025-03-20 15:01:09
|
|
|
* @LastEditors: mojunshou 1637302775@qq.com
|
|
* @LastEditors: mojunshou 1637302775@qq.com
|
|
|
- * @LastEditTime: 2025-03-20 17:33:38
|
|
|
|
|
|
|
+ * @LastEditTime: 2025-03-21 17:33:24
|
|
|
* @Description: 消除游戏主场景
|
|
* @Description: 消除游戏主场景
|
|
|
*/
|
|
*/
|
|
|
import { _decorator } from "cc";
|
|
import { _decorator } from "cc";
|
|
@@ -23,9 +23,6 @@ export class EliminateViewComp extends CCComp {
|
|
|
this.setButton();
|
|
this.setButton();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
/** 视图对象通过 ecs.Entity.remove(eliminateViewComp) 删除组件是触发组件处理自定义释放逻辑 */
|
|
/** 视图对象通过 ecs.Entity.remove(eliminateViewComp) 删除组件是触发组件处理自定义释放逻辑 */
|
|
|
reset() {
|
|
reset() {
|
|
|
this.node.destroy();
|
|
this.node.destroy();
|
|
@@ -41,5 +38,4 @@ export class EliminateViewComp extends CCComp {
|
|
|
oops.gui.open(UIID.WechatWithdraw);
|
|
oops.gui.open(UIID.WechatWithdraw);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
}
|
|
}
|