From cb9f2c0617ab6588b271f03ef3db4532c7baf930 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 7 Nov 2021 04:02:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9mph=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E7=9A=84bgm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/modes/sprintMPH.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/modes/sprintMPH.lua b/parts/modes/sprintMPH.lua index 6179c9d2..29433942 100644 --- a/parts/modes/sprintMPH.lua +++ b/parts/modes/sprintMPH.lua @@ -5,7 +5,7 @@ return{ nextCount=0,holdCount=0, sequence='rnd', eventSet='checkLine_40', - bg='aura',bgm='waterfall', + bg='aura',bgm='magicblock', }, score=function(P)return{P.stat.time,P.stat.piece}end, scoreDisp=function(D)return STRING.time(D[1]).." "..D[2].." Pieces"end,