Commit ec6d9787 by BellCodeEditor

save project

parent 4f64c618
Showing with 2 additions and 2 deletions
......@@ -128,8 +128,8 @@ while True:
score+=sprite.score
sprite.score=0
if old_score<score
old_score=score
if old_score<score:
old_score=score
scoreSurf=basic_font.render("分数:"+str(score),True,(255,255,255))
screen.blit(scoreSurf,(880,20))
......
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