Commit 0ceb095d by BellCodeEditor

auto save

parent 15ad0e68
Showing with 0 additions and 1 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=[]
......
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