tweak sound

This commit is contained in:
syuilo 2023-11-26 11:56:06 +09:00
parent 5c601ba6e5
commit 54adab24c1
4 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@ -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',

View File

@ -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 },
},
}));