Commit 308defe9 by BellCodeEditor

save project

parent 0e5dfe54
Showing with 1 additions and 1 deletions
...@@ -49,7 +49,7 @@ while True: ...@@ -49,7 +49,7 @@ while True:
(cube[1] * 20-20, cube[0] * 20-20, (cube[1] * 20-20, cube[0] * 20-20,
20, 20), 20, 20),
0) 0)
pygame.draw.rect(screen, (255, 255, 255), pygame.draw.rect(screen, (255, 255, 255),
(cube[1] * 20-20, cube[0] * 20-20, (cube[1] * 20-20, cube[0] * 20-20,
20, 20), 20, 20),
1) # 1不填充 1) # 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