added siphon tick

This commit is contained in:
Mashy
2019-06-25 15:30:28 +10:00
parent 40a3b2d162
commit a53b55e7ab
5 changed files with 193 additions and 68 deletions
+17 -2
View File
@@ -29,7 +29,11 @@
}
.opponent .combat-text {
top: 40%;
top: 75%;
}
.opponent .combat-anim {
top: 25%;
}
.opponent .game-construct {
@@ -199,7 +203,6 @@
}
.combat-text {
fill: whitesmoke;
font-size: 2em;
font-family: 'Jura';
position: absolute;
@@ -211,6 +214,18 @@
height: 7em;
}
.combat-anim {
font-size: 2em;
font-family: 'Jura';
position: absolute;
object-fit: contain;
top: 15%;
}
.combat-anim svg {
height: 7em;
}
.game-construct.active-skill {
filter: drop-shadow(0 0 0.2em silver);
}