feat: New music

This commit is contained in:
worldwidepixel 2025-06-26 22:33:42 -07:00
parent a114c5b8d0
commit dd59d7074f
No known key found for this signature in database
GPG Key ID: EF0A9914F411FD57
4 changed files with 17 additions and 3 deletions

View File

@ -3,10 +3,12 @@
"joy.music.game.douglas": "WorldWidePixel - Douglas",
"joy.music.game.melancolie": "WorldWidePixel - Mélancolie",
"joy.music.game.regina": "WorldWidePixel - Regina",
"joy.music.game.opaque_window": "WorldWidePixel - Opaque Window",
"joy.music.menu.joy": "WorldWidePixel - Joy",
"now-playing.joy:music/game/creative": "WorldWidePixel - Reminiscence",
"now-playing.joy:music/game/douglas": "WorldWidePixel - Douglas",
"now-playing.joy:music/game/melancolie": "WorldWidePixel - Mélancolie",
"now-playing.joy:music/game/regina": "WorldWidePixel - Regina",
"now-playing.joy:music/game/opaque_window": "WorldWidePixel - Opaque Window",
"now-playing.joy:music/menu/joy": "WorldWidePixel - Joy"
}
}

View File

@ -31,6 +31,14 @@
}
]
},
"music.opaque_window": {
"sounds": [
{
"name": "joy:music/game/opaque_window",
"stream": true
}
]
},
"music.reminiscence": {
"sounds": [
{
@ -39,4 +47,4 @@
}
]
}
}
}

Binary file not shown.

View File

@ -20,6 +20,10 @@
{
"name": "joy:music/game/regina",
"stream": true
},
{
"name": "joy:music/game/opaque_window",
"stream": true
}
]
},
@ -31,4 +35,4 @@
}
]
}
}
}