blackhole背景改名blockhole

This commit is contained in:
MrZ626
2021-11-17 10:22:03 +08:00
parent 6a87787d6f
commit de972a60df
4 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ return{
mStr(P.stat.atk,63,280)
mText(TEXTOBJ.atk,63,350)
end,
bg='blackhole',bgm='echo',
bg='blockhole',bgm='echo',
},
score=function(P)return{math.min(math.floor(P.stat.atk),100),P.stat.time}end,
scoreDisp=function(D)return D[1].." Attack "..STRING.time(D[2])end,