diff --git a/html-client/src/components/game.component.jsx b/html-client/src/components/game.component.jsx index 97979a65..a553dfcc 100644 --- a/html-client/src/components/game.component.jsx +++ b/html-client/src/components/game.component.jsx @@ -1,19 +1,17 @@ const preact = require('preact'); -const key = require('keymaster'); const range = require('lodash/range'); + const molecule = require('./molecule'); const saw = require('./saw.component'); -const SKILL_HOT_KEYS = ['Q', 'W', 'E', 'R']; +// const SKILL_HOT_KEYS = ['Q', 'W', 'E', 'R']; function GamePanel(props) { const { game, activeSkill, - activeIncoming, setActiveSkill, selectSkillTarget, - selectIncomingTarget, account, quit, } = props; @@ -63,9 +61,10 @@ function GamePanel(props) {
selectIncomingTarget(cryp.id)} className="cryp-box" > -
+
selectSkillTarget(cryp.id)} > {molecule}
{cryp.name}