compiling"

This commit is contained in:
ntr
2019-09-16 20:02:03 +10:00
parent 48a3f75f0c
commit 2876b24cb3
5 changed files with 61 additions and 85 deletions
+3 -4
View File
@@ -74,7 +74,6 @@
grid-template-areas:
"skills "
"effects";
width: 100%;
}
.right {
@@ -198,12 +197,12 @@
}
.combat-anim {
max-width: 100%;
display: flex;
flex-flow: column;
}
.combat-anim svg {
height: 100%;
width: 100%;
flex: 1
}
.game-construct.red-damage {
+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));