Correct me if I'm wrong: waittime then is the time it takes the timer to execute the countdown? That is, for example, if I set the countdown value = 3 seconds, and I set waittime to 4 seconds, does that mean that godot will print all 3 values in the console, that is 3, 2 and 1 in 4 seconds?