animate opponent cryps again
This commit is contained in:
parent
c05f463c29
commit
1bfa06c015
@ -22,6 +22,10 @@
|
|||||||
.instance .info table td svg {
|
.instance .info table td svg {
|
||||||
height: 50%;
|
height: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.instance svg {
|
||||||
|
height: 1.5em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.instance .top {
|
.instance .top {
|
||||||
|
|||||||
@ -163,7 +163,7 @@ function GamePanel(props) {
|
|||||||
<figure
|
<figure
|
||||||
className="img"
|
className="img"
|
||||||
onClick={() => selectSkillTarget(cryp.id)} >
|
onClick={() => selectSkillTarget(cryp.id)} >
|
||||||
{crypAvatar(cryp.name)}
|
{crypAvatar(cryp.name, cryp.id)}
|
||||||
{combatTextEl}
|
{combatTextEl}
|
||||||
{anim}
|
{anim}
|
||||||
</figure>
|
</figure>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user