Commit c6a0e2ef authored by 范雪寒's avatar 范雪寒

feat: 音效与语音反了……

parent 2a145010
......@@ -432,9 +432,9 @@ export class MyGame extends Game {
}
if (wordMiddle.alpha == 1) {
this.playAudio('click_line');
} else {
this.playAudio(popUpData.groupAudios[letterData.group].audio);
} else {
this.playAudio('click_line');
}
groupShowedList[letterData.group] = true;
......
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