agustinoli / Godot-GameTemplate

Template with all necessary stuff taken care, just create your games main features.
MIT License
1 stars 0 forks source link

GlobalTimer implementation #1

Closed tsarquis88 closed 2 years ago

tsarquis88 commented 2 years ago
Related issues
#5

Description

This PR aims to implement a global timer, so that classes/scenes can make use of the same piece of code to create timeouts in a simple and centralized way.

Try it

Launch GlobalTimerTest scene and try it