diff options
| -rw-r--r-- | packages/frontend/assets/sounds/syuilo/new-aec-oct.mp3 | bin | 0 -> 27943 bytes | |||
| -rw-r--r-- | packages/frontend/assets/sounds/syuilo/new-aec.mp3 | bin | 0 -> 27943 bytes | |||
| -rw-r--r-- | packages/frontend/assets/sounds/syuilo/new-cea-oct.mp3 | bin | 0 -> 27943 bytes | |||
| -rw-r--r-- | packages/frontend/assets/sounds/syuilo/new-cea.mp3 | bin | 0 -> 27943 bytes | |||
| -rw-r--r-- | packages/frontend/assets/sounds/syuilo/new-eca-oct.mp3 | bin | 0 -> 27943 bytes | |||
| -rw-r--r-- | packages/frontend/assets/sounds/syuilo/new-eca.mp3 | bin | 0 -> 27943 bytes | |||
| -rw-r--r-- | packages/frontend/src/scripts/sound.ts | 6 |
7 files changed, 6 insertions, 0 deletions
diff --git a/packages/frontend/assets/sounds/syuilo/new-aec-oct.mp3 b/packages/frontend/assets/sounds/syuilo/new-aec-oct.mp3 Binary files differnew file mode 100644 index 0000000000..d66406a954 --- /dev/null +++ b/packages/frontend/assets/sounds/syuilo/new-aec-oct.mp3 diff --git a/packages/frontend/assets/sounds/syuilo/new-aec.mp3 b/packages/frontend/assets/sounds/syuilo/new-aec.mp3 Binary files differnew file mode 100644 index 0000000000..054883e08f --- /dev/null +++ b/packages/frontend/assets/sounds/syuilo/new-aec.mp3 diff --git a/packages/frontend/assets/sounds/syuilo/new-cea-oct.mp3 b/packages/frontend/assets/sounds/syuilo/new-cea-oct.mp3 Binary files differnew file mode 100644 index 0000000000..24ccdf4486 --- /dev/null +++ b/packages/frontend/assets/sounds/syuilo/new-cea-oct.mp3 diff --git a/packages/frontend/assets/sounds/syuilo/new-cea.mp3 b/packages/frontend/assets/sounds/syuilo/new-cea.mp3 Binary files differnew file mode 100644 index 0000000000..bd3c7d551b --- /dev/null +++ b/packages/frontend/assets/sounds/syuilo/new-cea.mp3 diff --git a/packages/frontend/assets/sounds/syuilo/new-eca-oct.mp3 b/packages/frontend/assets/sounds/syuilo/new-eca-oct.mp3 Binary files differnew file mode 100644 index 0000000000..17c71cb98e --- /dev/null +++ b/packages/frontend/assets/sounds/syuilo/new-eca-oct.mp3 diff --git a/packages/frontend/assets/sounds/syuilo/new-eca.mp3 b/packages/frontend/assets/sounds/syuilo/new-eca.mp3 Binary files differnew file mode 100644 index 0000000000..433da56cba --- /dev/null +++ b/packages/frontend/assets/sounds/syuilo/new-eca.mp3 diff --git a/packages/frontend/src/scripts/sound.ts b/packages/frontend/src/scripts/sound.ts index 9d1f603235..0c100440a2 100644 --- a/packages/frontend/src/scripts/sound.ts +++ b/packages/frontend/src/scripts/sound.ts @@ -4,6 +4,12 @@ const cache = new Map<string, HTMLAudioElement>(); export const soundsTypes = [ 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/down', 'syuilo/pope1', |