more elastic clicking

This commit is contained in:
biglyderv 2025-03-06 21:33:50 -05:00
parent 25ebe3deb3
commit b6d7a47eef
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5

View file

@ -39,7 +39,7 @@ setInterval(function () {
getBonus *= 0.93; getBonus *= 0.93;
for (let a of cubePos) { for (let a of cubePos) {
let f = (nGain + getBonus * 1000 + 10) / (nothingness + 10); let f = (nGain + getBonus * 10000 + 10) / (nothingness + 10);
console.log(f,getBonus) console.log(f,getBonus)
let dist = Math.sqrt(a[0] ** 2 + a[1] ** 2) let dist = Math.sqrt(a[0] ** 2 + a[1] ** 2)