diff --git a/media/BGM/warped.ogg b/media/BGM/warped.ogg new file mode 100644 index 00000000..9819d654 Binary files /dev/null and b/media/BGM/warped.ogg differ diff --git a/parts/modes/tech_l.lua b/parts/modes/tech_l.lua index 25f47106..1c8a5e95 100644 --- a/parts/modes/tech_l.lua +++ b/parts/modes/tech_l.lua @@ -9,7 +9,7 @@ return{ b2bKill=true, target=200, dropPiece=PLY.check_attackReach, - bg="matrix",bgm="down", + bg="matrix",bgm="warped", }, load=function() PLY.newPlayer(1) diff --git a/parts/modes/tech_l_plus.lua b/parts/modes/tech_l_plus.lua index 37761c95..d53e68f7 100644 --- a/parts/modes/tech_l_plus.lua +++ b/parts/modes/tech_l_plus.lua @@ -19,7 +19,7 @@ return{ drop=0,lock=60, freshLimit=15, dropPiece=tech_check_hard, - bg="matrix",bgm="down", + bg="matrix",bgm="warped", }, load=function() PLY.newPlayer(1) diff --git a/parts/modes/ultra.lua b/parts/modes/ultra.lua index 790cbdc4..d919cc0e 100644 --- a/parts/modes/ultra.lua +++ b/parts/modes/ultra.lua @@ -23,7 +23,7 @@ return{ end end end, - bg="fan",bgm="infinite", + bg="fan",bgm="warped", }, slowMark=true, pauseLimit=true,