[Add] Added a few more ambient tracks.

This commit is contained in:
Allanis 2013-12-31 17:06:06 +00:00
parent 6e5a6f85ee
commit b5e34f6ef3
6 changed files with 9 additions and 1 deletions

View File

@ -40,7 +40,15 @@ function choose(str)
music.play()
elseif str == "ambient" then
ambient = { "peace1", "mission", "peace2", "peace4", "peace6" }
sys = space.getSystem()
factions = sys:faction()
if factions["Collective"] then
ambient = { "collective1" }
else
ambient = { "ambient1", "ambient2", "mission",
"peace1", "peace2", "peace4", "peace6" }
end
music.load(ambient[rnd.int(1, #ambient)])
music.play()

BIN
snd/music/ambient1.ogg Normal file

Binary file not shown.

BIN
snd/music/ambient2.ogg Normal file

Binary file not shown.

BIN
snd/music/collective1.ogg Normal file

Binary file not shown.

Binary file not shown.

BIN
snd/music/tension.ogg Normal file

Binary file not shown.