Hello everybody!
I'm checking the example Endless Runner in the library and I got a question:
the platform box provided in the example is 39x39 size by default and when generating new platforms, most of the time the last row of tiles generated is cut or does not exactly fit the size fully.
I've tried to change the numbers with numbers divisible by 39 and change the random with an in-step function like this random(0,195,39) (but seems not to work).
Do you know how to improve this?
Thanks for the help!