Ver código fonte

Turn update rate back up to 60

tags/v0.0.6
Fen Dweller 5 anos atrás
pai
commit
2fd81ab666
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: E80B35A6F11C3656
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      gorge.js

+ 2
- 2
gorge.js Ver arquivo

@@ -10,7 +10,7 @@ const effects = {};

const resources = {};

let updateRate = 30;
let updateRate = 60;

const currentProductivity = {};
const contributions = {};
@@ -303,7 +303,7 @@ function spend(cost) {
function switchShowOwnedUpgrades() {

initializeUpgradeStates();
if (showOwnedUpgrades) {
document.querySelector("#upgrades").innerText = "Upgrades";
} else {


Carregando…
Cancelar
Salvar