more elastic clicking
This commit is contained in:
parent
25ebe3deb3
commit
b6d7a47eef
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue