Commit ce775f37 by BellCodeEditor

save project

parent 61a3fdd6
Showing with 0 additions and 1 deletions
......@@ -49,7 +49,6 @@ while True:
aa=(cube[0]+center[0],cube[1]+center[1])
curr_pos.append(aa)
for cube in curr_pos:
pygame.draw.rect(screen,(255,0,0),(cube[1]*20-20,cube[0]*20-20,20,20),0)
pygame.draw.rect(screen,(255,0,0),(cube[1]*20-20,cube[0]*20-20,20,20),1)
# 得分
......
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