animate opponent cryps again
This commit is contained in:
parent
c05f463c29
commit
1bfa06c015
@ -22,6 +22,10 @@
|
||||
.instance .info table td svg {
|
||||
height: 50%;
|
||||
}
|
||||
|
||||
.instance svg {
|
||||
height: 1.5em;
|
||||
}
|
||||
}
|
||||
|
||||
.instance .top {
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user