Commit 9e6f11d8 by BellCodeEditor

save project

parent a26db454
Showing with 3 additions and 0 deletions
......@@ -23,6 +23,9 @@ while True:
screen.blit(background, (0, 0))
# 将贪吃蛇画上去
screen.blit(right, (x,y))
screen.blit(right, (270,120))
screen.blit(right, (270,150))
# 将贪吃蛇的身体画上去
# 将果实画上去
......
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