Commit 019ef6eb by BellCodeEditor

save project

parent 04aea025
Showing with 3 additions and 2 deletions
......@@ -24,10 +24,11 @@ while True:
#初始位置
#创建背景
screen.blit(backdround,(0,0))
#创建蛇头
screen.blit(right,(x,y))
#渲染身体
for i in range(len(weizhi)-1):
screen.blit(body,weizhi[i])
......
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