fix lasts commits

This commit is contained in:
2024-02-26 20:18:16 +01:00
parent 82d0391ee0
commit e851ee60c6
4 changed files with 1 additions and 22 deletions

View File

@@ -12,7 +12,7 @@ function jumpPoints() {
for (let i = 0; i < points.value.length; i++)
points.value[i] = [jumpVal(points.value[i][0]), jumpVal(points.value[i][1])]
timeout = setTimeout(jumpPoints, 2000 + Math.random() * 1000)
timeout = setTimeout(jumpPoints, 2000)
}
onMounted(() => jumpPoints())