Closed sjcbulldog closed 2 days ago
When the screen is reversed from left to right to match the view of the scouter, the text is rendered backward. This is because of the scale transform applied to the 2d graphics context.
The transform is now changed when drawing text, with the appropriate translation, to get text to draw the right way.
When the screen is reversed from left to right to match the view of the scouter, the text is rendered backward. This is because of the scale transform applied to the 2d graphics context.