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
I was wondering how I can set text that includes the percent sign. I've tried "%", "%%" and "\%" but none of them work. Any ideas?
If you mean display it after a variable then it would be variable&"%", if you don't mean this then you'll have to explain what you're trying to do and why "%" does not work.
It's because I am using a sprite font and now I see that it does not include the "%" character.
Develop games in your browser. Powerful, performant & highly capable.
You have to include it yourself. Add it to the list of characters in sprite font property
Perfect, thanks!