Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
chemicalcrux
/
gorge
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
9
Wiki
Actividad
Explorar el Código
Update the button when the game is loaded
tags/v0.0.3
Fen Dweller
hace 6 años
padre
bd946484fc
commit
3775e308cb
Se han
modificado 1 ficheros
con
7 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+7
-1
gorge.js
+ 7
- 1
gorge.js
Ver fichero
@@ -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
();
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar