Commit 388a3a38 by BellCodeEditor

save project

parent c98f41a2
Showing with 4 additions and 0 deletions
...@@ -124,3 +124,6 @@ while True: ...@@ -124,3 +124,6 @@ while True:
if score > old_score: if score > old_score:
score_audio.play() score_audio.play()
old_score = score old_score = score
scoreSurf = basic_font.render("分数:"+str(score),True,(255,255,255))
scoreSurf = basic_font.render("第1名:"+str(one),True,(255,255,255))
scoreSurf = basic_font.render(("第3名:"+str(thr)))
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment