您是否可以在不重新粘贴背景的情况下删除图片?我发现这段代码:
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
但是,如果有一个完全删除图片的功能会更容易。你们中的任何人都知道吗?