Commit 2b03a410 by BellCodeEditor

auto save

parent 037c0b47
Showing with 1 additions and 1 deletions
......@@ -71,7 +71,7 @@ while True:
for i in range(len(position)-1):
screen.blit(body, position[i])
info="Score"+str(score)
wen=zi.render(info,True,(0,0,0))
wen=zi.render(info,True,(100,0,100))
screen.blit(wen,(500,10))
# 将果实画上去
screen.blit(food, (apple_x, apple_y))
......
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