fix all the shit i broke

This commit is contained in:
ntr
2019-09-16 20:49:46 +10:00
parent 0659e121df
commit f9d36fce63
3 changed files with 14 additions and 3 deletions
+1
View File
@@ -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));
+5 -2
View File
@@ -33,8 +33,11 @@ function FaceoffConstruct(args) {
return (
<div class='game-construct'>
<h3 class="name"> {construct.name} </h3>
<ConstructAvatar construct={construct} />
<div class="left"></div>
<div class="right">
<h3 class="name"> {construct.name} </h3>
<ConstructAvatar construct={construct} />
</div>
</div>
)
}