Hey,
I need some help with my Pointssystem. So I am multiplying the points with 0.2, but I want the decimals to be neither displayed nor be rounded. Is there a way I can hide the decimals?
Develop games in your browser. Powerful, performant & highly capable.
On display, pass the value into the int function. An int cannot have decimals but doesn't round.
Thank you very much, it works :3