Sfoglia il codice sorgente

Fix upgrade tooltips not appearing after buying an upgrade

tags/v0.0.3
Fen Dweller 5 anni fa
parent
commit
c3239d38a3
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: E80B35A6F11C3656
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      gorge.js

+ 1
- 0
gorge.js Vedi File

@@ -501,6 +501,7 @@ function createUpgrades() {
button.appendChild(buttonName);
button.appendChild(upgradeIcon);

button.addEventListener("mouseenter", function(e) { upgradeTooltip(key, e); });
button.addEventListener("mousemove", function(e) { upgradeTooltip(key, e); });
button.addEventListener("mouseleave", function() { upgradeTooltipRemove(); });
button.addEventListener("click", function(e) { buyUpgrade(key, e); });


Loading…
Annulla
Salva