Having Trouble making a Simple Dress Up Game in Pygame
so I’m kinda new to pygame, just started a bit ago.
I’m trying to make a simple dress up game where there are three buttons. depending on which button you press you put either a pink, blue or green shirt on a mannequin.
However, my problem is that the game doesn’t properly replace one shirt with another when you click on a different shirt’s button. I want to make it so that you can change which shirt you want the mannequin to wear whenever you press the corresponding button.