Selaa lähdekoodia

Turn update rate back up to 60

tags/v0.0.6
Fen Dweller 5 vuotta sitten
vanhempi
commit
2fd81ab666
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      gorge.js

+ 2
- 2
gorge.js Näytä tiedosto

@@ -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 {


Loading…
Peruuta
Tallenna