ID:2365382
 
I've done this before but I forgot.
How do I "flip" an object on the x axis using transform? To mirror its icon basically.
Nevermind it is matrix.Scale(-1,1)
You can also use matrix(-1, -1, MATRIX_SCALE) as a shortcut to define the matrix.