From 47b1b09b21d09d8cdc07265b9eb0a83dbd38e5b5 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Mar 2023 17:22:17 +0900 Subject: enhance(client): add new sounds --- packages/frontend/src/scripts/sound.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'packages/frontend/src/scripts') 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(); 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', -- cgit v1.2.3-freya