Added more music.
This commit is contained in:
parent
fecf957cd5
commit
9b814979f9
Binary file not shown.
|
@ -1,15 +1,18 @@
|
||||||
http://opengameart.org/content/through-space
|
http://opengameart.org/content/through-space
|
||||||
through_space.ogg
|
through_space.ogg
|
||||||
|
|
||||||
http://opengameart.org/content/frozen-jam-seamless-loop
|
|
||||||
tgfcoder-FrozenJam-SeamlessLoop.ogg
|
|
||||||
|
|
||||||
http://opengameart.org/content/railjet-qubodup-short-cut-loop
|
http://opengameart.org/content/railjet-qubodup-short-cut-loop
|
||||||
DST-RailJet_short-cut.ogg
|
railjet_short.ogg
|
||||||
|
|
||||||
http://opengameart.org/content/space-dimensions-8bitretro-version
|
http://opengameart.org/content/space-dimensions-8bitretro-version
|
||||||
space_dimensions.ogg
|
space_dimensions.ogg
|
||||||
|
|
||||||
|
http://opengameart.org/content/frozen-jam-seamless-loop
|
||||||
|
frozen_jam.ogg
|
||||||
|
|
||||||
|
http://opengameart.org/content/space-boss-battle-theme
|
||||||
|
orbital_colossus.ogg
|
||||||
|
|
||||||
http://opengameart.org/content/last-cyber-dance
|
http://opengameart.org/content/last-cyber-dance
|
||||||
last_cyber_dance.ogg
|
last_cyber_dance.ogg
|
||||||
|
|
||||||
|
|
|
@ -104,8 +104,9 @@ void playRandomTrack()
|
||||||
int tracks = 0;
|
int tracks = 0;
|
||||||
|
|
||||||
char track[][64] = {
|
char track[][64] = {
|
||||||
"music/DST-RailJet_short-cut.ogg", "music/DST-RailJet_short-cut.ogg", "music/DST-RailJet_short-cut.ogg", "music/DST-RailJet_short-cut.ogg",
|
"music/railjet_short.ogg", "music/railjet_short.ogg", "music/railjet_short.ogg",
|
||||||
"music/DST-RailJet_short-cut.ogg", "music/DST-RailJet_short-cut.ogg", "music/tgfcoder-FrozenJam-SeamlessLoop.ogg"
|
"music/railjet_short.ogg", "music/railjet_short.ogg",
|
||||||
|
"music/space_dimensions.ogg", "music/frozen_jam.ogg"
|
||||||
};
|
};
|
||||||
|
|
||||||
switch(currentGame.system)
|
switch(currentGame.system)
|
||||||
|
@ -128,7 +129,7 @@ void playRandomTrack()
|
||||||
case 11:
|
case 11:
|
||||||
case 18:
|
case 18:
|
||||||
case 25:
|
case 25:
|
||||||
loadMusic("music/space_dimensions.ogg");
|
loadMusic("music/orbital_colossus.ogg");
|
||||||
break;
|
break;
|
||||||
case 26:
|
case 26:
|
||||||
loadMusic("music/RE.ogg");
|
loadMusic("music/RE.ogg");
|
||||||
|
|
Loading…
Reference in New Issue