Add a method on Timer to get the remaining time #5963
Labels
A-Utils
Utility functions and types
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Trivial
Nice and easy! A great choice to get started with Bevy
What problem does this solve or what need does it fill?
Getting the remaining time is a natural operation, and particularly useful when working with cooldowns or countdowns.
What solution would you like?
Add a
remaining()
method toTimer
.The text was updated successfully, but these errors were encountered: