Commit cb83ccba by BellCodeEditor

save project

parent fe3b67d6
Showing with 5 additions and 2 deletions
...@@ -132,8 +132,11 @@ while True: ...@@ -132,8 +132,11 @@ while True:
sprite.score = 0 sprite.score = 0
scoreSurf = basic_font.render("分数:"+str(score),True,(255,0,0)) scoreSurf = basic_font.render("分数:"+str(score),True,(255,0,0))
screen.blit(scoreSurf,(850,20)) screen.blit(scoreSurf,(850,20))
#
#tag = 20
#for k in conDic:
#tag += 30
#show = basic_render(k+str(conDic[k]),True,(255,0,0))
#screen.blit(show,(850,tag)) #screen.blit(show,(850,tag))
if score > oldScore: if score > oldScore:
......
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