Procházet zdrojové kódy

Update the button when the game is loaded

tags/v0.0.3
Fen Dweller před 5 roky
rodič
revize
3775e308cb
1 změnil soubory, kde provedl 7 přidání a 1 odebrání
  1. +7
    -1
      gorge.js

+ 7
- 1
gorge.js Zobrazit soubor

@@ -91,6 +91,12 @@ function buyBuilding(type) {
updateClickBonus();

}

function updateAll() {
updateProductivity();
updateClickBonus();
updateClickVictim();
}
// update stuff

function updateDisplay() {
@@ -307,7 +313,7 @@ function setup() {
registerListeners();
load();
unlockAtStart();
updateProductivity();
updateAll();

}



Načítá se…
Zrušit
Uložit