Explorar el Código

Fix the missing icon on the click powerup

tags/v0.0.7
Fen Dweller hace 6 años
padre
commit
fc60ecbc72
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: E80B35A6F11C3656
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      constants.js

+ 1
- 1
constants.js Ver fichero

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


Cargando…
Cancelar
Guardar