Commit 21f3b096 authored by limingzhe's avatar limingzhe

fix: debug

parent 309f8c2e
......@@ -42,7 +42,7 @@ export default class layout_cannon extends cc.Component {
onLoad() {
this.arrowAction = false;
this.rightNum = 0;
this.initEvent();
// this.initEvent();
}
private initEvent() {
......
......@@ -18,7 +18,7 @@ export default class NewClass extends cc.Component {
onLoad() {
this.initView();
this.initEvent();
// this.initEvent();
}
private initEvent() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment