Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
chemicalcrux
/
gorge
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
9
Wiki
Atividade
Ver código fonte
Update the button when the game is loaded
tags/v0.0.3
Fen Dweller
5 anos atrás
pai
bd946484fc
commit
3775e308cb
1 arquivos alterados
com
7 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+7
-1
gorge.js
+ 7
- 1
gorge.js
Ver arquivo
@@ -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
();
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar