summaryrefslogtreecommitdiff
path: root/src/bootstrap.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootstrap.js')
-rw-r--r--src/bootstrap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap.js b/src/bootstrap.js
index 4519ed2..09e7ec5 100644
--- a/src/bootstrap.js
+++ b/src/bootstrap.js
@@ -53,7 +53,7 @@ game.bootstrap = (() => {
"wordWin", "wordYou", "water"
].map((x) => assets[x] = `assets/image/${x}.png`);
[
- "background-music", "death", "move", "win"
+ "music", "death", "move", "win"
].map((x) => assets[x] = `assets/sound/${x}.mp3`);
const loadScripts = function(onDone) {