godot check if timer is playing code example
Example: godot check if timer is running
if ($Timer.time_left > 0):
print ("Timer is active")
else:
print ("Timer is no longer active")
if ($Timer.time_left > 0):
print ("Timer is active")
else:
print ("Timer is no longer active")