Gilithrimm / mathlibs

Utility lib used in my projects
0 stars 0 forks source link

*: add module "Countdown" #9

Open Gilithrimm opened 1 year ago

Gilithrimm commented 1 year ago

Uses Timer Sth like (pseudocode):

timer.add(() -> if(counter>0) counter--,
         duration: 1s,
         delay:1s,
         times: counter);
return counter;