Commit 11e05242 authored by liujiangnan's avatar liujiangnan

feat

parent fc6a94ae
......@@ -657,17 +657,17 @@ updateFlagArea(cb){
if(this._score*100.0/this.data.missions.length >= 60){
cc.audioEngine.play(this.audioEnd.clip, false, 0.8);
playDragonBoneAnimation(this.bubble0, 'normal', 1, ()=>{
this.onHomeworkFinish();
this.bubble0.active = false;
});
}else{
cc.audioEngine.play(this.audioEnd2.clip, false, 0.8);
playDragonBoneAnimation(this.comeon, 'newAnimation', 1, ()=>{
this.onHomeworkFinish();
this.comeon.active = false;
});
}
this.onHomeworkFinish();
return;
}else{
......
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