How can Bevy's documentation be improved?
#8964 introduced several new APIs to pause, resume and slow down time. In the many games, this will be an effective way to pause the game! No need for run conditions or states.
However, this could use its own example under bevy_time.
How can Bevy's documentation be improved?
#8964 introduced several new APIs to pause, resume and slow down time. In the many games, this will be an effective way to pause the game! No need for run conditions or states.
However, this could use its own example under
bevy_time.