GWJ Countdown Timer
by Maaack | MIT
A countdown timer for Godot Wild Jam
Godot Wild Jam Countdown Timer Answers the question... "How long until the next Godot Wild Jam?"
Project Timer
by Sebastian Bradley | MIT
Logs the time usages in your projects. Splits 'scripting', 'GUI', 'playtest' and 'total' into separate times
Logs the time usages in your projects. Splits 'scripting', 'GUI', 'playtest' and 'total' into separate times. Click the timer in the TOP RIGHT corner to cycle through the times
MTimer
by Rhombert | MIT
A Timer node that supports per-timer time scale modifications
A Timer node that supports per-timer time scale modifications, via either a static float, or a callback to automatically update with changing values. This Timer meets all native Timer interface requirements to drop in over existing timers, except the
Advanced Timer
by Racer911-1 | MIT
An advanced countdown timer that extends the functionality of the Timer class
The AdvancedTimer node expands the Timer class by providing a wider set of functionalities. Signals timer_started(time: float) A signal that gets emitted on start_random(), specifying when timeout gets emitted. Methods start_random(min_time: float, max
Trigger Manager
by Saulo Souza | MIT
Trigger Manager is a Godot plugin that allows you to create and manage timed triggers directly from the Inspector. Each trigger internally uses SceneTreeTimer to fire events at the configured time and emits a signal with the trigger's name. Ideal for
Trigger Manager Trigger Manager is a Godot plugin that allows you to create and manage timed triggers directly from the Inspector.\ Each trigger internally uses SceneTreeTimer to fire events at the configured time and emits a signal with the trigger's
loading more results...