Commit 56279c2a by BellCodeEditor

save project

parent becebd41
Showing with 1 additions and 1 deletions
......@@ -39,7 +39,7 @@ while True:
# 将果实画上去
screen.blit(food, (360, 300))
# 刷新画面
a.tick(3)
a.tick(10)
for i in range(len(s)-1):
screen.blit(body,s[i])
if event.type==locals.KEYDOWN:
......
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