Pygame Blit图片删除

时间:2018-06-13 02:03:50

标签: python python-2.7 pygame

您是否可以在不重新粘贴背景的情况下删除图片?我发现这段代码:

window.blit(background, (x,y), pygame.Rect(x,y,LenthX,LengthY))
#where the 2nd x and y is where you want to blit the screen and LengthX and Length Y is how long you want the background to stretch

但是,如果有一个完全删除图片的功能会更容易。你们中的任何人都知道吗?

0 个答案:

没有答案