ソースを参照

Fix the missing icon on the click powerup

tags/v0.0.7
Fen Dweller 5年前
コミット
fc60ecbc72
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: E80B35A6F11C3656
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      constants.js

+ 1
- 1
constants.js ファイルの表示

@@ -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,


読み込み中…
キャンセル
保存