Godot Timer node vs Delta timer
My game has a time mechanic where every minute or so the enemies gets more threatening, I want to bind this to the in game time and I could make a simple custom timer and there's that.
My question is: is this necessary? Does the timer node already used Delta? (So far I couldn't find answers)