From 4db71b4b0d1c9cdde34e97a2f9343a4427ecbd4d Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Mon, 20 Sep 2021 21:03:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=B8=80=E5=A4=84=E8=A6=81?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E7=9A=84=E6=96=87=E4=BB=B6=E5=A4=A7=E5=B0=8F?= =?UTF-8?q?=E5=86=99=E9=94=99=E8=AF=AF=E5=AF=BC=E8=87=B4=E9=83=A8=E5=88=86?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E4=BC=9A=E6=89=BE=E4=B8=8D=E5=88=B0=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/modes/dig_400l.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/modes/dig_400l.lua b/parts/modes/dig_400l.lua index 9e88e21b..f6bff1ce 100644 --- a/parts/modes/dig_400l.lua +++ b/parts/modes/dig_400l.lua @@ -2,7 +2,7 @@ return{ color=COLOR.orange, env={ pushSpeed=6, - eventSet='dig_400L', + eventSet='dig_400l', bg='bg2',bgm='way', }, score=function(P)return{P.stat.time,P.stat.piece}end,