Commit a97aa59b by BellCodeEditor

save project

parent 4a2aad89
Showing with 0 additions and 3 deletions
...@@ -35,6 +35,3 @@ for cube in current_pos: ...@@ -35,6 +35,3 @@ for cube in current_pos:
pygame.draw.rect(screen,(255,255,255), pygame.draw.rect(screen,(255,255,255),
(cube[1]*20-20,cube[0]*20-20,20,20),1) (cube[1]*20-20,cube[0]*20-20,20,20),1)
# 刷新画面
pygame.display.update()
clock.tick(FPS)
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