Skip to content
Snippets Groups Projects
Commit 8ec9522c authored by dg's avatar dg
Browse files

Randomized music in the ID

git-svn-id: http://svn.net-core.org/repos/t-engine4@6059 51575b47-30f0-44d4-a5cc-537603b46e54
parent 95df8f05
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,30 @@ return {
no_worldport = true,
infinite_dungeon = true,
events_by_level = true,
ambient_music = "Swashing the buck.ogg",
ambient_music = function() return rng.table{
"Battle Against Time.ogg",
"Breaking the siege.ogg",
"Broken.ogg",
"Challenge.ogg",
"Driving the Top Down.ogg",
"Enemy at the gates.ogg",
"Hold the Line.ogg",
"Kneel.ogg",
"March.ogg",
"Mystery.ogg",
"Rain of Blood.ogg",
"Sinestra.ogg",
"Straight Into Ambush.ogg",
"Suspicion.ogg",
"Swashing the buck.ogg",
"Taking flight.ogg",
"Thrall's Theme.ogg",
"Through the Dark Portal.ogg",
"Together We Are Strong.ogg",
"Treason.ogg",
"Valve.ogg",
"Zangarang.ogg",
} end,
generator = {
map = {
class = "engine.generator.map.Roomer",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment