![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Regret |
if $ProgressBar.value == 100:
if s > 0 :
s-= 1
$time.show()
$time.set_text(str(s))
$ProgressBar.hide()
func _on_Timer_timeout():
s -=1
sorry my original code is a bit messy and might confuse u guys but heres my problem:
the countdown would count too fast like literally it would finish instantly.
so the plan here is that the timer would countdown from 60secs to 0