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?
Asked
Active
Viewed 373 times
1 Answers
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