Commit bf13ee86 authored by 李维's avatar 李维

修复结束时小猫没有张嘴的问题

parent 5b381593
...@@ -653,8 +653,9 @@ cc.Class({ ...@@ -653,8 +653,9 @@ cc.Class({
if (isCanFinish) { if (isCanFinish) {
this.isGameEnd = true; this.isGameEnd = true;
playDragonBoneAnimation(this.coolcat, 'finish', -1);
this.playAudioByUrl(this.data.finishAudio,()=>{ this.playAudioByUrl(this.data.finishAudio,()=>{
playDragonBoneAnimation(this.coolcat, 'normal', -1);
this.showRestartBtn(); this.showRestartBtn();
onHomeworkFinish(); onHomeworkFinish();
}); });
......
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