Hi,
How do I set text to a font wihout value after the comma?
thanks
like this
thanks a lot
but i did not find set size font probably because i use sprite font
may you can take a look on my example
http://www.filedropper.com/test_26
Like this
Develop games in your browser. Powerful, performant & highly capable.
are you sure ?
i just want that the text on the sprite font will be something like 20 and not 20.548854 (without the coma, without the values after the coma ",")
thanks anyway
int(value)
something like 20 and not 20.548854
that's what you should have say from start lol
yes this is correct int(value)
varFont = 20.548854
int(varFont)
result is 20
excellent thank you