Using the tutorial found here: http://www.daniweb.com/code/snippet216550.html, I have begun the graphic portion of my game. I have many .gif battler sprites loaded into variables in my project. However, all of these battlers are right-facing. I need some of them to be flipped to be left-facing to be on the hero's side.
Is there a Tkinter command to flip the images when the program is loaded, or will I have to duplicate every battler sprite and flip them myself?