Example, I have a number that is 33.5, How do I make this 32? But if it were something as in 70 it would be 64? 130->128,260->256,ect.
Something like: round(x / 32) * 32, x being the number you want to round.
Develop games in your browser. Powerful, performant & highly capable.
Worked. Thanks!