fix all the shit i broke
This commit is contained in:
parent
0659e121df
commit
f9d36fce63
@ -197,12 +197,19 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.combat-anim {
|
.combat-anim {
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: 100%;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.combat-anim svg {
|
.combat-anim svg {
|
||||||
flex: 1
|
flex: 1;
|
||||||
|
// chrome shit
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.game-construct.red-damage {
|
.game-construct.red-damage {
|
||||||
|
|||||||
@ -53,6 +53,7 @@ function createSocket(store) {
|
|||||||
timeout - TIMES.POST_SKILL_DURATION_MS
|
timeout - TIMES.POST_SKILL_DURATION_MS
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
return setTimeout(() => {
|
return setTimeout(() => {
|
||||||
store.dispatch(actions.setAnimSource(null));
|
store.dispatch(actions.setAnimSource(null));
|
||||||
store.dispatch(actions.setAnimTarget(null));
|
store.dispatch(actions.setAnimTarget(null));
|
||||||
|
|||||||
@ -33,8 +33,11 @@ function FaceoffConstruct(args) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div class='game-construct'>
|
<div class='game-construct'>
|
||||||
<h3 class="name"> {construct.name} </h3>
|
<div class="left"></div>
|
||||||
<ConstructAvatar construct={construct} />
|
<div class="right">
|
||||||
|
<h3 class="name"> {construct.name} </h3>
|
||||||
|
<ConstructAvatar construct={construct} />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user