How do I random delta time ?
Develop games in your browser. Powerful, performant & highly capable.
add Cloud instance variable speed
set "speed" to random(100,300)...and use (dt*speed)
Thanks for the help Korbaach !
I don't believe you even need to set up a variable, just making it (dt*random(20,200)) should work.