added timer

This commit is contained in:
2020-03-16 03:43:44 +01:00
parent 3e7d944827
commit f45aa57693
4 changed files with 25 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ var no_fail_round = 0;
var round_values = 0;
function initiate() { // Call all the functions
setInterval(setTime, 1000);
round_value();
lifes();
prep();