Music Updates
This commit is contained in:
parent
3dee8a251a
commit
076ec0654e
|
|
@ -3,17 +3,22 @@
|
||||||
"volume": 0.6,
|
"volume": 0.6,
|
||||||
"tracks": [
|
"tracks": [
|
||||||
{
|
{
|
||||||
"file": "vega/track-01.mp3",
|
"file": "vega/peace-track-01.mp3",
|
||||||
"artist": "DV-8-2303",
|
"artist": "DV-8-2303",
|
||||||
"title": "Power Down"
|
"title": "Power Down"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"file": "vega/track-02.mp3",
|
"file": "vega/peace-track-02.mp3",
|
||||||
"artist": "Klaxon",
|
"artist": "Klaxon",
|
||||||
"title": "High Orbit"
|
"title": "High Orbit"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"file": "vega/track-05.mp3",
|
"file": "vega/peace-track-03.mp3",
|
||||||
|
"artist": "Rrashaa",
|
||||||
|
"title": "Into the Void"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"file": "vega/peace-track-04.mp3",
|
||||||
"artist": "Rrashaa",
|
"artist": "Rrashaa",
|
||||||
"title": "Into the Void"
|
"title": "Into the Void"
|
||||||
}
|
}
|
||||||
|
|
@ -21,31 +26,36 @@
|
||||||
},
|
},
|
||||||
"menu": { "tracks": [
|
"menu": { "tracks": [
|
||||||
{
|
{
|
||||||
"file": "vega/track-03.mp3",
|
"file": "vega/main-theme.mp3",
|
||||||
"artist": "Aiko",
|
"artist": "Aiko",
|
||||||
"title": "Master of Vega Main Theme"
|
"title": "Master of Vega Main Theme"
|
||||||
}
|
}
|
||||||
] },
|
] },
|
||||||
"peace": { "tracks": [
|
"peace": { "tracks": [
|
||||||
{
|
{
|
||||||
"file": "vega/track-01.mp3",
|
"file": "vega/peace-track-01.mp3",
|
||||||
"artist": "DV-8-2303",
|
"artist": "DV-8-2303",
|
||||||
"title": "Power Down"
|
"title": "Power Down"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"file": "vega/track-02.mp3",
|
"file": "vega/peace-track-02.mp3",
|
||||||
"artist": "Klaxon",
|
"artist": "Klaxon",
|
||||||
"title": "High Orbit"
|
"title": "High Orbit"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"file": "vega/track-05.mp3",
|
"file": "vega/peace-track-03.mp3",
|
||||||
|
"artist": "Rrashaa",
|
||||||
|
"title": "Into the Void"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"file": "vega/peace-track-04.mp3",
|
||||||
"artist": "Rrashaa",
|
"artist": "Rrashaa",
|
||||||
"title": "Into the Void"
|
"title": "Into the Void"
|
||||||
}
|
}
|
||||||
] },
|
] },
|
||||||
"combat": { "tracks": [
|
"combat": { "tracks": [
|
||||||
{
|
{
|
||||||
"file": "vega/track-04.mp3",
|
"file": "vega/combat-track-01.mp3",
|
||||||
"artist": "Cy-Bro",
|
"artist": "Cy-Bro",
|
||||||
"title": "Defend the Colony"
|
"title": "Defend the Colony"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue