Speed Up Scene

Hello,

Is there anyway to speed up game time like time acceleration that speeds up everything?

thx,
-Matthew

Use time.time()*c

where if c=1 normal time, if c>1 faster if c<1 slower. c should always be > 0. This will only effect whatever you attach to this value (like what your where asking on your last thread). To effect phyisics you would need to change the delta time (you can’t, there is no API to do it) or find a workarround.

Thanks for posting :smiley: