From 118596944174a90bc1bf84c6c591acfb3af2fbc6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 12 Jul 2020 22:17:13 +0900 Subject: [PATCH] feat(client): Add sounds :musical_note: --- src/client/assets/sounds/syuilo/pirori-square-wet.mp3 | 3 +++ src/client/assets/sounds/syuilo/pirori-wet.mp3 | 3 +++ src/client/pages/preferences/index.vue | 2 ++ 3 files changed, 8 insertions(+) create mode 100644 src/client/assets/sounds/syuilo/pirori-square-wet.mp3 create mode 100644 src/client/assets/sounds/syuilo/pirori-wet.mp3 diff --git a/src/client/assets/sounds/syuilo/pirori-square-wet.mp3 b/src/client/assets/sounds/syuilo/pirori-square-wet.mp3 new file mode 100644 index 000000000..b606b4372 --- /dev/null +++ b/src/client/assets/sounds/syuilo/pirori-square-wet.mp3 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a58e53a334229a4cd95e2896462f0e2352637f98878d73053eba7fb8bbb3e10 +size 139200 diff --git a/src/client/assets/sounds/syuilo/pirori-wet.mp3 b/src/client/assets/sounds/syuilo/pirori-wet.mp3 new file mode 100644 index 000000000..9301cde43 --- /dev/null +++ b/src/client/assets/sounds/syuilo/pirori-wet.mp3 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40b975ffb07f4f04fb6574574e62a4812d30fec3c395202766d0fb1dce7db81 +size 139200 diff --git a/src/client/pages/preferences/index.vue b/src/client/pages/preferences/index.vue index 3b56aa77b..cd33352ad 100644 --- a/src/client/pages/preferences/index.vue +++ b/src/client/pages/preferences/index.vue @@ -134,6 +134,8 @@ const sounds = [ 'syuilo/poi1', 'syuilo/poi2', 'syuilo/pirori', + 'syuilo/pirori-wet', + 'syuilo/pirori-square-wet', 'aisha/1', 'aisha/2', 'aisha/3',