Przeglądaj źródła

Turn update rate back up to 60

tags/v0.0.6
Fen Dweller 5 lat temu
rodzic
commit
2fd81ab666
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: E80B35A6F11C3656
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      gorge.js

+ 2
- 2
gorge.js Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz