Commit 7bc55d6a by BellCodeEditor

save project

parent 608c84cf
Showing with 1 additions and 1 deletions
......@@ -67,7 +67,7 @@ while True:
position.append((x, y))
info="Score:"+str(score)
text=my_font.render(info,True,(0,0,0))
text=my_font.render(info,True,(0,255,0))
screen.blit(text,(540,10))
# 将背景图画上去
......
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