Commit fd9867d8 by BellCodeEditor

save project

parent dd1bd368
Showing with 1 additions and 1 deletions
......@@ -40,7 +40,7 @@ while True:
pos=(cude[0]+center[0],cude[1]+center[1])
current_pos.append(pos)
for cude in current_pos:
pygame.draw.rect(screen,(200,200,255),(cude[1]*20-20,cude``[0]*20-20,20,20),0)
pygame.draw.rect(screen,(200,200,255),(cude[1]*20-20,cude[0]*20-20,20,20),0)
pygame.draw.rect(screen,(255,255,255),(cude[1]*20-20,cude[0]*20-20,20,20),1)
# 得分
text=font.render(str(score),True,(0,0,0))
......
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