tweak sound

This commit is contained in:
syuilo
2023-11-26 11:43:02 +09:00
parent 66b52dc760
commit 5c601ba6e5
3 changed files with 2 additions and 1 deletions
Binary file not shown.
+1
View File
@@ -38,6 +38,7 @@ export const soundsTypes = [
'syuilo/waon',
'syuilo/popo',
'syuilo/triple',
'syuilo/bubble',
'syuilo/poi1',
'syuilo/poi2',
'syuilo/pirori',
+1 -1
View File
@@ -413,7 +413,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
sound_reaction: {
where: 'device',
default: { type: 'syuilo/poi1', volume: 0 },
default: { type: 'syuilo/bubble', volume: 1 },
},
}));