Commit 8fa6c8cc authored by 李维's avatar 李维

Bug fix

parent f2a90cde
...@@ -201,7 +201,7 @@ ...@@ -201,7 +201,7 @@
"array": [ "array": [
0, 0,
0, 0,
497.96460717605225, 268.7709893503001,
0, 0,
0, 0,
0, 0,
......
...@@ -141,7 +141,7 @@ export default class GameLogic { ...@@ -141,7 +141,7 @@ export default class GameLogic {
// 音频播放 // 音频播放
const btn_speaker = this.g_cartoon.getCartoonElement("audio"); const btn_speaker = this.g_cartoon.getCartoonElement("audio");
intervalId = null; let intervalId = null;
btn_speaker.startAni = () => { btn_speaker.startAni = () => {
const speakers = []; const speakers = [];
for (let index = 3; index >= 0; index--) { for (let index = 3; index >= 0; index--) {
......
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