修正一处要加载的文件大小写错误导致部分系统会找不到文件

This commit is contained in:
MrZ626
2021-09-20 21:03:34 +08:00
parent fe6d698b74
commit 4db71b4b0d

View File

@@ -2,7 +2,7 @@ return{
color=COLOR.orange, color=COLOR.orange,
env={ env={
pushSpeed=6, pushSpeed=6,
eventSet='dig_400L', eventSet='dig_400l',
bg='bg2',bgm='way', bg='bg2',bgm='way',
}, },
score=function(P)return{P.stat.time,P.stat.piece}end, score=function(P)return{P.stat.time,P.stat.piece}end,