Commit 6911a141 authored by Chen Jiping's avatar Chen Jiping

feat:调整猫咪可点击逻辑

parent 112eb3c0
......@@ -226,8 +226,6 @@ cc.Class({
this.playAni('begin', 0);
this._cantouch = true;
this._canClickCat = true;
this.begin();
}
......@@ -766,6 +764,8 @@ cc.Class({
this._cantouch = true;
this._canClickCat = true;
this.showPhotoBtn();
});
......
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