瀏覽代碼
Fix the missing icon on the click powerup
tags/v0.0.7
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: E80B35A6F11C3656
共有
1 個檔案被更改,包括
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, |
|
|
|
|