Commit a9f978e9 authored by 李维's avatar 李维

停止所有动画

parent 4b8c1550
...@@ -189,6 +189,7 @@ cc.Class({ ...@@ -189,6 +189,7 @@ cc.Class({
this.timeoutsIds.forEach(id=>{ this.timeoutsIds.forEach(id=>{
clearTimeout(id) clearTimeout(id)
}) })
cc.Tween.stopAll();
cc.director.loadScene('sn11_zmxz_end'); cc.director.loadScene('sn11_zmxz_end');
}, },
......
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