Skip to content

Commit

Permalink
v0.1.4 一个小bug修复
Browse files Browse the repository at this point in the history
  • Loading branch information
aliubo committed Dec 4, 2022
1 parent 42ec05d commit 63318e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakeGame.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ window.GameCanvas = {
window.GameSound = {
eatFood: new Audio("./res/eatfood.mp3"),
gameOver: new Audio("./res/gameover.mp3"),
switchOption: new Audio("./res/switchOption.mp3"),
switchOption: new Audio("./res/switchoption.mp3"),
}

// 游戏使用的全局变量
Expand Down

0 comments on commit 63318e7

Please sign in to comment.