Hi,
So, the text object position changes from chrome to firefox. This is giving me a huge headache. I'm using the text object to display numbers, and I don't want to have to make 100 sprites so it looks good in every browser. Please help.
Thanks!
Develop games in your browser. Powerful, performant & highly capable.
Text Object can look and behave differently on different devices/browsers because it's generated. To keep it consistent you should use SpriteFont object. Actually I don't know any example where you should use a Text object except some debugging. Text object can also affect your project performance.
I see. Thank you very much for the reply!