Kaynağa Gözat

Fix the missing icon on the click powerup

tags/v0.0.7
Fen Dweller 6 yıl önce
ebeveyn
işleme
fc60ecbc72
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: E80B35A6F11C3656
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      constants.js

+ 1
- 1
constants.js Dosyayı Görüntüle

@@ -1229,7 +1229,7 @@ const powerups = {
"click": {
name: "Chaos Click",
description: "Ten times the clicking!",
icon: "fa-cursor",
icon: "fa-hand-pointer",
duration: 10000,
prereqs: state => true,
effect: state => state.clickPowers.clickMultiplier *= 10,


Yükleniyor…
İptal
Kaydet