0

I want to make something that you can compare images and choose the one you like the best in pygame, how can I display multiple images in one screen?

Bill Bi
  • 17
  • 1
  • 5
  • It would be the same as drawing one image. Just create another member in a different position. I suggest reading some tutorials. – marsh Nov 21 '14 at 15:06

1 Answers1

0

Load a second image and reposition it next to the first image object. Here is a tip on how to work with positioning: Pygame Image position

Community
  • 1
  • 1
Karl
  • 170
  • 9