animate opponent cryps again

This commit is contained in:
ntr
2019-05-24 15:10:20 +10:00
parent c05f463c29
commit 1bfa06c015
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -22,6 +22,10 @@
.instance .info table td svg {
height: 50%;
}
.instance svg {
height: 1.5em;
}
}
.instance .top {
+1 -1
View File
@@ -163,7 +163,7 @@ function GamePanel(props) {
<figure
className="img"
onClick={() => selectSkillTarget(cryp.id)} >
{crypAvatar(cryp.name)}
{crypAvatar(cryp.name, cryp.id)}
{combatTextEl}
{anim}
</figure>