I'm loading a TImage like this. My guy is facing to the right:
Now I just want to mirror this image on the fly so he'll face left.
Is there a native method to just flip an image horizontally?
guy:TImage = LoadImage("guy.png") MidHandleImage box
Now I just want to mirror this image on the fly so he'll face left.
Is there a native method to just flip an image horizontally?