slight UI changes

This commit is contained in:
biglyderv 2025-03-11 06:29:48 -04:00
parent 8b2a7b38af
commit d15fd272ca
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
4 changed files with 12 additions and 9 deletions

View file

@ -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);