Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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!