diff --git a/assets/music/itstime.opus b/assets/music/itstime.opus new file mode 100644 index 0000000..73924c2 Binary files /dev/null and b/assets/music/itstime.opus differ diff --git a/assets/music/lostminigame.opus b/assets/music/lostminigame.opus new file mode 100644 index 0000000..72f8aaf Binary files /dev/null and b/assets/music/lostminigame.opus differ diff --git a/assets/music/menu.opus b/assets/music/menu.opus new file mode 100644 index 0000000..bbb9639 Binary files /dev/null and b/assets/music/menu.opus differ diff --git a/assets/music/test.opus b/assets/music/towntheme.opus similarity index 100% rename from assets/music/test.opus rename to assets/music/towntheme.opus diff --git a/assets/music/wonminigame.opus b/assets/music/wonminigame.opus new file mode 100644 index 0000000..3af8897 Binary files /dev/null and b/assets/music/wonminigame.opus differ diff --git a/data/music.json b/data/music.json index d21be2a..de9f034 100644 --- a/data/music.json +++ b/data/music.json @@ -9,12 +9,39 @@ "pieces": [ { "title": "you call this a town theme?", - "filename": "test.opus", + "filename": "towntheme.opus", "newgrounds_url": "https://www.newgrounds.com/audio/listen/1153899" } ] } ] + }, + { + "name": "Dr. Frizzly's Mega Minigame Collection", + "description": "The small amount of music I created for my jam entry!", + "years": [ + { + "year": 2023, + "pieces": [ + { + "title": "It's time!", + "filename": "itstime.opus" + }, + { + "title": "Minigame lost", + "filename": "lostminigame.opus" + }, + { + "title": "Minigame won", + "filename": "wonminigame.opus" + }, + { + "title": "Menu", + "filename": "menu.opus" + } + ] + } + ] } ] }