Commit 0383fe27 authored by yu's avatar yu

1

parent 1aa3cf73
......@@ -65,6 +65,10 @@ export default class LayerBack extends cc.Component {
});
}
playVoiceRunning() {
if (!this.img_npc_voice) {
this.unschedule(this.playVoiceRunning)
return;
}
this.playVoiceCount++;
let p1 = this.img_npc_voice.getChildByName('p1')
let p2 = this.img_npc_voice.getChildByName('p2')
......
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