mirror of
https://github.com/bevyengine/bevy
synced 2024-11-26 22:50:19 +00:00
f7d3fbc7d5
# Objective - Addresses #6146 by allowing manual `Time` updating ## Solution - Create `TimeUpdateStrategy` config resource - Allow users to specify a manual `Instant/Duration` or leave as default (automatic) - Get resource in `bevy_time::time_system`and update time with desired value --- ## Changelog - Add `TimeUpdateStrategy` resource - Update `bevy_time::time_system` to use optional manual values Co-authored-by: BuildTools <unconfigured@null.spigotmc.org> Co-authored-by: Lucidus115 <92978847+Lucidus115@users.noreply.github.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |