Add dr frizzly music

This commit is contained in:
Joshua Goins 2023-03-08 10:51:50 -05:00
parent 4963ec0373
commit 83246d79b0
6 changed files with 28 additions and 1 deletions

BIN
assets/music/itstime.opus Normal file

Binary file not shown.

Binary file not shown.

BIN
assets/music/menu.opus Normal file

Binary file not shown.

Binary file not shown.

View file

@ -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"
}
]
}
]
}
]
}