Efficient way to load mass amounts of images in pygame?

前端 未结 0 1847
天涯浪人
天涯浪人 2020-12-24 05:31

This is the way I\'ve been using to do it so far.

pygame.image.load("a.png")
pygame.image.load("b.png")
pygame.image.load("c.png"         


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