Commit d19793b0 authored by linzhiguo's avatar linzhiguo

# 错误声音

parent 1cdcf8a7
...@@ -342,6 +342,9 @@ cc.Class({ ...@@ -342,6 +342,9 @@ cc.Class({
selected.target.active = false; selected.target.active = false;
selected.target = null; selected.target = null;
} }
else{
this.playAudioByName('incorrect');
}
} }
else{ else{
this.playAudioByName('incorrect'); this.playAudioByName('incorrect');
......
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