move skill into combat text

This commit is contained in:
Mashy
2019-11-28 12:01:05 +10:00
parent d1dd2b30b6
commit 5e1b63108c
6 changed files with 60 additions and 50 deletions
+7 -2
View File
@@ -40,7 +40,7 @@
.combat-text {
left: 15%;
top: 60%;
top: 40%;
}
}
@@ -158,6 +158,11 @@
.combat-text {
position: absolute;
z-index: 10;
svg {
display: inline;
height: 1em;
margin-right: 0.1em
}
span {
background-color: black;
}
@@ -214,7 +219,7 @@
}
&.ko-transition {
animation: target-ko 1s ease-in-out 0s 1;
animation: target-ko 1.1s ease-in-out 0s 1;
}
&.ko {