slight UI changes
This commit is contained in:
parent
8b2a7b38af
commit
d15fd272ca
4 changed files with 12 additions and 9 deletions
|
@ -1,3 +1,4 @@
|
|||
let hud = document.querySelector('.main-hud');
|
||||
var nothingness = (window.localStorage.getItem('nothings') || 1) * 1, nGain = 0.003;
|
||||
var getBonus = 0;
|
||||
|
||||
|
@ -42,6 +43,8 @@ setInterval(function () {
|
|||
nGain = 0.003 + 0.003 * cubePos.length;
|
||||
getBonus *= 0.93;
|
||||
|
||||
hud.textContent = `${numify(nothingness)} nil; ${numify((nGain + getBonus) * 60)} nil/sec`
|
||||
|
||||
for (let ab in cubePos) {
|
||||
let a = cubePos[ab];
|
||||
let bonus = 1 + counts.doNothing / (ab* .02 + 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue