diff options
author | nea <romangraef@gmail.com> | 2022-06-06 17:30:02 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-06-06 17:30:14 +0200 |
commit | bedfa3b4d0507e0de4beb522285a18ecef80ea2a (patch) | |
tree | baad8e208aaf56648a9b317cbdbd18e838758dee /src/main/resources/assets/morbing/sounds.json | |
parent | 8429ee15a20c38fe3a094bebf4ba4eb51c2cedd7 (diff) | |
download | morbingtime-bedfa3b4d0507e0de4beb522285a18ecef80ea2a.tar.gz morbingtime-bedfa3b4d0507e0de4beb522285a18ecef80ea2a.tar.bz2 morbingtime-bedfa3b4d0507e0de4beb522285a18ecef80ea2a.zip |
More morbing
Diffstat (limited to 'src/main/resources/assets/morbing/sounds.json')
-rw-r--r-- | src/main/resources/assets/morbing/sounds.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/resources/assets/morbing/sounds.json b/src/main/resources/assets/morbing/sounds.json new file mode 100644 index 0000000..a4a82e6 --- /dev/null +++ b/src/main/resources/assets/morbing/sounds.json @@ -0,0 +1,8 @@ +{ + "itsmorbintime": { + "subtitle": "subtitles.morbing.itsmorbintime", + "sounds": [ + "morbing:itsmorbingtime" + ] + } +} |