0.8.16Fantastic Global Update

This commit is contained in:
MrZ_26
2020-04-19 11:50:17 +08:00
parent e88553bc00
commit 7d63386410
103 changed files with 2237 additions and 1702 deletions

View File

@@ -83,7 +83,7 @@ return{
setFont(25)
gc.print(powerUp[P.strength],-132,290)
for i=1,P.strength do
gc.draw(badgeIcon,16*i-138,260)
gc.draw(IMG.badgeIcon,16*i-138,260)
end
end,
score=function(P)return{P.modeData.event,P.modeData.point}end,