summaryrefslogtreecommitdiff
path: root/src/engine/config/sounds.ts
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-07 21:06:36 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-07 21:06:36 -0700
commit808a44e8542ebc7542d833e5a30b51b7fb8f80d5 (patch)
tree8351c1fd039053e64a3491b8ae8220e0584ab553 /src/engine/config/sounds.ts
parente6e29440563e33bb67e0ad51f9fb6c5c2c3fe809 (diff)
downloadthe-abstraction-engine-808a44e8542ebc7542d833e5a30b51b7fb8f80d5.tar.gz
the-abstraction-engine-808a44e8542ebc7542d833e5a30b51b7fb8f80d5.zip
update assets
Diffstat (limited to 'src/engine/config/sounds.ts')
-rw-r--r--src/engine/config/sounds.ts12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/engine/config/sounds.ts b/src/engine/config/sounds.ts
index b182c86..d6c564f 100644
--- a/src/engine/config/sounds.ts
+++ b/src/engine/config/sounds.ts
@@ -9,9 +9,7 @@ export const MovingSound: SoundSpec = {
name: "moving",
states: new Map([
[1, { name: "moving_1", url: "/assets/sound/move_1.wav" }],
- // [2, { name: "moving_2", url: "/assets/sound/move_2.wav" }],
- // [3, { name: "moving_3", url: "/assets/sound/move_3.wav" }],
- [4, { name: "moving_4", url: "/assets/sound/move_4.wav" }],
+ [2, { name: "moving_2", url: "/assets/sound/move_2.wav" }],
]),
};
@@ -69,6 +67,14 @@ export const Music: SoundSpec = {
volume: 0.5,
},
],
+ [
+ "home",
+ {
+ name: "home",
+ url: "/assets/sound/music/home.mp3",
+ volume: 0.5,
+ },
+ ],
]),
};