diff --git a/Zframework/bgm.lua b/Zframework/bgm.lua index a2428d0d..0597c8dc 100644 --- a/Zframework/bgm.lua +++ b/Zframework/bgm.lua @@ -26,7 +26,7 @@ local BGM={ BGM.list={ "blank", "race","push","way","reason", - "newera","oxygen","infinite", + "newera","oxygen","infinite","down", "secret7th","secret8th", "shining terminal","distortion","far", "rockblock","cruelty","final","8-bit happiness","end", diff --git a/modes/attacker_hard.lua b/modes/attacker_hard.lua index bef701d5..f154d776 100644 --- a/modes/attacker_hard.lua +++ b/modes/attacker_hard.lua @@ -34,7 +34,7 @@ return{ end end end, - bg="rainbow2",bgm="way", + bg="rainbow2",bgm="shining terminal", }, pauseLimit=true, load=function() diff --git a/modes/defender_lunatic.lua b/modes/defender_lunatic.lua index 649e1247..bc9735e6 100644 --- a/modes/defender_lunatic.lua +++ b/modes/defender_lunatic.lua @@ -37,7 +37,7 @@ return{ end end end, - bg="rainbow2",bgm="shining terminal", + bg="rainbow2",bgm="down", }, pauseLimit=true, load=function() diff --git a/modes/dig_ultimate.lua b/modes/dig_ultimate.lua index da74ba65..4856c12a 100644 --- a/modes/dig_ultimate.lua +++ b/modes/dig_ultimate.lua @@ -15,7 +15,7 @@ return{ D.event=D.event+1 end end, - bg="bg2",bgm="shining terminal", + bg="bg2",bgm="down", }, pauseLimit=true, load=function() diff --git a/modes/tech_hard+.lua b/modes/tech_hard+.lua index 04b7609e..9a86748b 100644 --- a/modes/tech_hard+.lua +++ b/modes/tech_hard+.lua @@ -15,7 +15,7 @@ return{ freshLimit=15, target=200, dropPiece=tech_check_hard, - bg="matrix",bgm="newera", + bg="matrix",bgm="push", }, load=function() PLY.newPlayer(1,340,15) diff --git a/modes/tech_hard.lua b/modes/tech_hard.lua index 25fd4252..4788e80b 100644 --- a/modes/tech_hard.lua +++ b/modes/tech_hard.lua @@ -15,7 +15,7 @@ return{ freshLimit=15, target=200, dropPiece=tech_check_easy, - bg="matrix",bgm="newera", + bg="matrix",bgm="push", }, load=function() PLY.newPlayer(1,340,15) diff --git a/modes/tech_lunatic+.lua b/modes/tech_lunatic+.lua index fb599784..54d244c3 100644 --- a/modes/tech_lunatic+.lua +++ b/modes/tech_lunatic+.lua @@ -15,7 +15,7 @@ return{ freshLimit=15, target=200, dropPiece=tech_check_hard, - bg="matrix",bgm="push", + bg="matrix",bgm="down", }, load=function() PLY.newPlayer(1,340,15) diff --git a/modes/tech_lunatic.lua b/modes/tech_lunatic.lua index 7756a7f3..be8999ca 100644 --- a/modes/tech_lunatic.lua +++ b/modes/tech_lunatic.lua @@ -15,7 +15,7 @@ return{ freshLimit=15, target=200, dropPiece=tech_check_easy, - bg="matrix",bgm="push", + bg="matrix",bgm="down", }, load=function() PLY.newPlayer(1,340,15) diff --git a/modes/tech_normal+.lua b/modes/tech_normal+.lua index 00802b9b..4fef8eff 100644 --- a/modes/tech_normal+.lua +++ b/modes/tech_normal+.lua @@ -15,7 +15,7 @@ return{ drop=1e99,lock=1e99, target=200, dropPiece=tech_check_hard, - bg="matrix",bgm="way", + bg="matrix",bgm="newera", }, load=function() PLY.newPlayer(1,340,15) diff --git a/modes/tech_normal.lua b/modes/tech_normal.lua index ddf75f12..b82390ce 100644 --- a/modes/tech_normal.lua +++ b/modes/tech_normal.lua @@ -15,7 +15,7 @@ return{ drop=1e99,lock=1e99, target=200, dropPiece=tech_check_easy, - bg="matrix",bgm="way", + bg="matrix",bgm="newera", }, load=function() PLY.newPlayer(1,340,15)