Defold Timer

Hi all,

Defold Timer provides a visual timer widget in a Defold game engine project.

In many games, there exists some kind of on-screen timer counting up or down to track the player’s rate of progression through a level or scenario. The elapsed time can then be used for various purposes, for example saving the player’s fastest attempt at a level or restarting a level when time runs out.

This library only handles timer logic and setting the text of a gui node with gui.set_text(). The user retains all styling authority over their gui nodes.

Happy Defolding!

21 Likes