Commit bf13ee86 authored by 李维's avatar 李维

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

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