Commit d399d96e authored by Lwd's avatar Lwd

aaaa

parent a4c9cbaf
......@@ -144,7 +144,7 @@ var game = cc.Class({
//五秒没操作
hintPlay: function () {
this.playLionDragon("openmouse")
this.playLionDragon("openmouth")
this.playCatDragon("begin")
g.speaker.inst.playEffect(g.enum.E_Audio.CatHint);
......
......@@ -34,7 +34,7 @@ cc.Class({
g.data_mgr.time = 0;
//狮子猫动画
g.game.inst.playLionDragon("openmouse");
g.game.inst.playLionDragon("openmouth");
g.res_mgr.playAudioByUrl(this.itemInfo.audio_url, (url) => {
g.snd_mgr.playEffect(url, null);
......
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