Commit 25f637d8 by BellCodeEditor

save project

parent a6cef922
Showing with 5 additions and 5 deletions
......@@ -137,11 +137,11 @@ while True:
text=my_font.render("分数:"+str(score),True,(255,255,255))
screen.blit(text,(880,20))
text1=my_font.render("第1名:"+str(one),True,(255,255,255))
screen.blit(text,(880,20))
text1=my_font.render("第2名:"+str(two),True,(255,255,255))
screen.blit(text,(880,20))
text1=my_font.render("第3名:"+str(three),True,(255,255,255))
screen.blit(text,(880,20))
screen.blit(text1,(880,40))
text2=my_font.render("第2名:"+str(two),True,(255,255,255))
screen.blit(text2,(880,60))
text3=my_font.render("第3名:"+str(three),True,(255,255,255))
screen.blit(text3,(880,80))
if score>old_score:
music.play()
......
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