Commit 388a3a38 by BellCodeEditor

save project

parent c98f41a2
Showing with 5 additions and 2 deletions
......@@ -123,4 +123,7 @@ while True:
FPS.tick(60)
if score > old_score:
score_audio.play()
old_score = score
\ No newline at end of file
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