View Single Post
08-29-23, 10:49 AM   #2
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,892
For textures you can use SetTexCoord to change the orientation of the image inside the texture region.

For a full size image, normal orientation is (0, 1, 0, 1). To flip horizontally change to (1, 0, 0, 1) and to flip vertically use (0, 1, 1, 0).

As for just flipping a frame, region or fontstring etc., I don't believe you can If so it would be lists here.
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 08-29-23 at 10:55 AM.
  Reply With Quote