Question
TextField autoSize and its Position within a Sprite
I am really confused, I have a Sprite Container, to this container I add 2 Sprites (first one at 0,0 and second one at 100,0), and after that I add 2 TextFields at the same position as the 2 Sprites. I set the TextFields autoSize property to TextFieldAutoSize.CENTER, assuming that they autosize depending on the Text. But the 2nd TextField's text isn't really centered. See screenshot. Maybe someone can enlighten me ![]()

