diff --git a/src/main/resources/assets/joy/sounds.json b/src/main/resources/assets/joy/sounds.json index 65d3c84..7910ebc 100644 --- a/src/main/resources/assets/joy/sounds.json +++ b/src/main/resources/assets/joy/sounds.json @@ -4,15 +4,31 @@ { "name": "music/menu/joy", "stream": true - } - ] - }, - "music.ambient": { - "sounds": [ + }, { - "name": "music/ambient/melancolie", + "name": "music/menu/reminiscence", "stream": true } ] - } + }, + "music.game": { + "sounds": [ + { + "name": "music/game/melancolie", + "stream": true + }, + { + "name": "music/game/regina", + "stream": true + } + ] + }, + "music.creative": { + "sounds": [ + { + "name": "music/game/creative/douglas", + "stream": true + } + ] + } } \ No newline at end of file diff --git a/src/main/resources/assets/joy/sounds/music/game/creative/douglas.ogg b/src/main/resources/assets/joy/sounds/music/game/creative/douglas.ogg new file mode 100644 index 0000000..db097e5 Binary files /dev/null and b/src/main/resources/assets/joy/sounds/music/game/creative/douglas.ogg differ diff --git a/src/main/resources/assets/joy/sounds/music/ambient/melancolie.ogg b/src/main/resources/assets/joy/sounds/music/game/melancolie.ogg similarity index 100% rename from src/main/resources/assets/joy/sounds/music/ambient/melancolie.ogg rename to src/main/resources/assets/joy/sounds/music/game/melancolie.ogg diff --git a/src/main/resources/assets/joy/sounds/music/game/regina.ogg b/src/main/resources/assets/joy/sounds/music/game/regina.ogg new file mode 100644 index 0000000..5f93734 Binary files /dev/null and b/src/main/resources/assets/joy/sounds/music/game/regina.ogg differ diff --git a/src/main/resources/assets/joy/sounds/music/menu/reminiscence.ogg b/src/main/resources/assets/joy/sounds/music/menu/reminiscence.ogg new file mode 100644 index 0000000..a6a042c Binary files /dev/null and b/src/main/resources/assets/joy/sounds/music/menu/reminiscence.ogg differ