Set opacity of image in pygame

后端 未结 0 316
自闭症患者
自闭症患者 2020-12-01 14:26

Okay guys, I\'m trying to fade out an image. So given this:

img_ = pygame.image.load(\'circle.png\')
screen.blit(img_, [100, 100])

how can I

相关标签:
回答
  • 消灭零回复
提交回复
热议问题