Przeglądaj źródła

Make some global objects const, at least

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

+ 6
- 7
gorge.js Wyświetl plik

@@ -1,19 +1,18 @@
"use strict"; "use strict";


let belongings = {};
const belongings = {};


let ownedUpgrades = {};
let remainingUpgrades = [];
const ownedUpgrades = {};
const remainingUpgrades = [];
let showOwnedUpgrades = false; let showOwnedUpgrades = false;


let effects = {};
const effects = {};



let resources = {};
const resources = {};


let updateRate = 60; let updateRate = 60;


let currentProductivity = {};
const currentProductivity = {};
let clickBonus = 0; let clickBonus = 0;
let clickVictim = "micro"; let clickVictim = "micro";




Ładowanie…
Anuluj
Zapisz