enhance(client): add new sounds
This commit is contained in:
parent
44058f8b85
commit
47b1b09b21
7 changed files with 6 additions and 0 deletions
BIN
packages/frontend/assets/sounds/syuilo/new-aec-oct.mp3
Normal file
BIN
packages/frontend/assets/sounds/syuilo/new-aec-oct.mp3
Normal file
Binary file not shown.
BIN
packages/frontend/assets/sounds/syuilo/new-aec.mp3
Normal file
BIN
packages/frontend/assets/sounds/syuilo/new-aec.mp3
Normal file
Binary file not shown.
BIN
packages/frontend/assets/sounds/syuilo/new-cea-oct.mp3
Normal file
BIN
packages/frontend/assets/sounds/syuilo/new-cea-oct.mp3
Normal file
Binary file not shown.
BIN
packages/frontend/assets/sounds/syuilo/new-cea.mp3
Normal file
BIN
packages/frontend/assets/sounds/syuilo/new-cea.mp3
Normal file
Binary file not shown.
BIN
packages/frontend/assets/sounds/syuilo/new-eca-oct.mp3
Normal file
BIN
packages/frontend/assets/sounds/syuilo/new-eca-oct.mp3
Normal file
Binary file not shown.
BIN
packages/frontend/assets/sounds/syuilo/new-eca.mp3
Normal file
BIN
packages/frontend/assets/sounds/syuilo/new-eca.mp3
Normal file
Binary file not shown.
|
@ -4,6 +4,12 @@ const cache = new Map<string, HTMLAudioElement>();
|
||||||
|
|
||||||
export const soundsTypes = [
|
export const soundsTypes = [
|
||||||
null,
|
null,
|
||||||
|
'syuilo/new-eca',
|
||||||
|
'syuilo/new-cea',
|
||||||
|
'syuilo/new-aec',
|
||||||
|
'syuilo/new-eca-oct',
|
||||||
|
'syuilo/new-cea-oct',
|
||||||
|
'syuilo/new-aec-oct',
|
||||||
'syuilo/up',
|
'syuilo/up',
|
||||||
'syuilo/down',
|
'syuilo/down',
|
||||||
'syuilo/pope1',
|
'syuilo/pope1',
|
||||||
|
|
Loading…
Reference in a new issue