compiling"
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user