Commit 7d11782e by BellCodeEditor

save project

parent 9f816e43
Showing with 6 additions and 2 deletions
......@@ -89,4 +89,8 @@ while True:
screen.blit(aa.image, (aa.rect.x, aa.rect.y))
# 刷新画面
pygame.display.update()
FPS.tick(60)
\ No newline at end of file
FPS.tick(60)
for prop in biock_list
prop.rect.x -= 8
screen.blit(prop.image,(prop.rect.x,prop.rect.y))
\ 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