mrcrowley42 / godot-project

0 stars 0 forks source link

Investigate a timed event #5

Closed Bryce-VE closed 3 months ago

Bryce-VE commented 3 months ago

Create some kind of timer that fires a godot signal (event) every x seconds.

Both a repeatable event and a once off event

Bryce-VE commented 3 months ago

One time ticker uses "await" on a temporary "Ticker" node. Repeat ticker uses permanent "Ticker" node to emit a signal that any other node can connect to, every x seconds