Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
An advanced timer class that extends the functionality of the Timer class.The AdvancedTimer node expands the Timer class by providing a wider set of functionalities.While able to be used like any other timer, it also allows the user to set a random timer in a specified range.By enabling rounding, the random timer can be further controlled on how it should be rounded.Additionally a seed can be set to get consistent results with the randomized times.
An advanced timer class that extends the functionality of the Timer class.
The AdvancedTimer node expands the Timer class by providing a wider set of functionalities.
While able to be used like any other timer, it also allows the user to set a random timer in a specified range.
By enabling rounding, the random timer can be further controlled on how it should be rounded.
Additionally a seed can be set to get consistent results with the randomized times.
Reviews
Quick Information
An advanced timer class that extends the functionality of the Timer class.The AdvancedTimer node expands the Timer class by providing a wider set of functionalities.While able to be used like any other timer, it also allows the user to set a random timer in a specified range.By enabling rounding, the random timer can be further controlled on how it should be rounded.Additionally a seed can be set to get consistent results with the randomized times.