Commit 0ceb095d by BellCodeEditor

auto save

parent 15ad0e68
Showing with 2 additions and 2 deletions
......@@ -123,7 +123,6 @@ while True:
for i,zhu__ in zip(range(1,26),zhu):
for j,zhu___ in zip(range(1,16),zhu__):
if zhu___!=0:
print("1")
pygame.draw.rect(screen, zhu___,(j * 20-20, i * 20-20, 20, 20), 0)
pygame.draw.rect(screen, (255, 255, 255),(j * 20-20, i * 20-20, 20, 20), 1)
zhu1=[]
......@@ -156,4 +155,4 @@ while True:
pygame.display.update()
clock.tick(FPS)
clock.tick(FPS)
\ No newline at end of file
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