📜  pygame 表面 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:32.905000             🧑  作者: Mango

代码示例2
# blitting a surface into another surface
screen.blit(my_image, (0, 0))
pygame.display.update()  # or pygame.display.flip()