Commit 7fbbd8df by BellCodeEditor

save project

parent c9f65891
Showing with 2 additions and 2 deletions
......@@ -34,9 +34,9 @@ while True:
screen.blit(background,(0,0))
pygame.draw.rect(screen,(153,0,102)
pygame.draw.rect(screen,(153,0,102),
(center[1]*20-20,center[0]*20-20,20,20),1)
pygame.draw.rect(screen,(255,255,255)
pygame.draw.rect(screen,(255,255,255),
(center[1]*20-20,center[0]*20-20,
20,20),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