Hey - Having a minor issue with text alignment when testing on different devices.
scoreText.x = display.contentWidth scoreText.x = scoreText.x - scoreText.width / 2 scoreText.anchorX = 0
The simulator with:
-
Galaxy S4 align text the same, and there are no issues
-
LG G2 is different, and the text is a good 10-20 pixels further to the right.
How can I make the text the same regardless of device?
Thanks!