Bit more spammy.

This commit is contained in:
2019-03-04 00:22:51 +01:00
parent 45bbbc3494
commit 26d365912c

View File

@@ -17,7 +17,7 @@ const state = {
const MAX_POPUPS = 200; const MAX_POPUPS = 200;
function startClosedAnimation() { function startClosedAnimation() {
window.setInterval(animationTick, 100); window.setInterval(animationTick, 50);
} }
function minDist(x, y) { function minDist(x, y) {