Skip to content

Commit 59ba937

Browse files
committed
Add Progressive style
1 parent 433fe22 commit 59ba937

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"id": "openrct2.music.progressive",
3+
"sourceGame": "official",
4+
"authors": ["Andrew Sinclair"],
5+
"version": "1.0",
6+
"objectType": "music",
7+
"properties": {
8+
"tracks": [
9+
{
10+
"source": "music/0.flac",
11+
"name": "Sonar",
12+
"composer": "Approaching Nirvana"
13+
}
14+
]
15+
},
16+
"strings": {
17+
"name": {
18+
"en-GB": "Progressive style",
19+
"nl-NL": "Progressiefstijl"
20+
}
21+
}
22+
}

openrct2.music.alternative.json

+6
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@
4949
"samples": [
5050
"alternative/openrct2.music.rock4/music/0.flac"
5151
]
52+
},
53+
{
54+
"id": "rct2.music.modern",
55+
"samples": [
56+
"alternative/openrct2.music.progressive/music/0.flac"
57+
]
5258
}
5359
],
5460
"strings": {

0 commit comments

Comments
 (0)