diff --git a/packages/frontend/assets/sounds/syuilo/bubble.mp3 b/packages/frontend/assets/sounds/syuilo/bubble1.mp3 similarity index 100% rename from packages/frontend/assets/sounds/syuilo/bubble.mp3 rename to packages/frontend/assets/sounds/syuilo/bubble1.mp3 diff --git a/packages/frontend/assets/sounds/syuilo/bubble2.mp3 b/packages/frontend/assets/sounds/syuilo/bubble2.mp3 new file mode 100644 index 0000000000..8b4f8df6e9 Binary files /dev/null and b/packages/frontend/assets/sounds/syuilo/bubble2.mp3 differ diff --git a/packages/frontend/src/scripts/sound.ts b/packages/frontend/src/scripts/sound.ts index cf3a98bc14..4d7ef9bdee 100644 --- a/packages/frontend/src/scripts/sound.ts +++ b/packages/frontend/src/scripts/sound.ts @@ -38,7 +38,8 @@ export const soundsTypes = [ 'syuilo/waon', 'syuilo/popo', 'syuilo/triple', - 'syuilo/bubble', + 'syuilo/bubble1', + 'syuilo/bubble2', 'syuilo/poi1', 'syuilo/poi2', 'syuilo/pirori', diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 5ae40c9e09..f2ed4e7c0b 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -413,7 +413,7 @@ export const defaultStore = markRaw(new Storage('base', { }, sound_reaction: { where: 'device', - default: { type: 'syuilo/bubble', volume: 1 }, + default: { type: 'syuilo/bubble2', volume: 1 }, }, }));