Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
chemicalcrux
/
gorge
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
9
Wiki
Attività
Sfoglia il codice sorgente
Update the button when the game is loaded
tags/v0.0.3
Fen Dweller
5 anni fa
parent
bd946484fc
commit
3775e308cb
1 ha cambiato i file
con
7 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-1
gorge.js
+ 7
- 1
gorge.js
Vedi File
@@ -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();
update
Productivity
();
update
All
();
}
Write
Preview
Loading…
Annulla
Salva