This commit is contained in:
MrZ_26
2020-02-04 19:40:51 +08:00
parent 324435d51a
commit 0dbdc9fe42
16 changed files with 57 additions and 20 deletions

View File

@@ -945,9 +945,9 @@ function player.draw_norm(P)
end--Draw starting counter
drawTexts(P.bonus)--Bonus texts
setFont(25)
gc.setColor(1,1,1)
drawDial(360,520,P.dropSpeed)
drawDial(405,575,P.keySpeed)
gc.setColor(1,1,1)
mStr(format("%.2f",P.stat.time),-82,518)--Time
mStr(P.score1,-82,560)--Score
gc.draw(drawableText.bpm,390,490)