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