Commit 986ab757 by BellCodeEditor

save project

parent 3e6b2939
Showing with 2 additions and 2 deletions
......@@ -74,8 +74,8 @@ while True:
for i in range(len(position)-1):
screen.blit(body, position[i])
info = 'Score:'+str(scroe)
text = my_fond.render(info,Ture,(127.5,127.5,127.5))
info = 'Score:'+ str(score)
text = my_font.render(info,True,(127.5,127.5,127.5))
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