added reward colors

This commit is contained in:
Janis
2022-10-31 17:38:39 +01:00
parent 271a7bc936
commit afacb9b93b
4 changed files with 137 additions and 2 deletions

View File

@@ -34,7 +34,6 @@ function sub(subName) {
subCount.style.animationDuration = "20s";
subCount.innerText = subCountNumber;
updateSubCount();
console.log(particlesJS);
particlesJS.load("particles-frame", "js/particles-none.json");
}, 11000);
}