faceoff text alignment
This commit is contained in:
parent
cc79d4528b
commit
e544ed2168
@ -379,11 +379,15 @@
|
||||
|
||||
.faceoff-text {
|
||||
grid-area: text;
|
||||
font-size: 200%;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1em;
|
||||
font-weight: bold;
|
||||
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
justify-content: center;
|
||||
|
||||
|
||||
color: @black;
|
||||
animation: faceoff 4s ease-in-out 0s 2 alternate;
|
||||
|
||||
|
||||
@ -506,7 +506,6 @@ impl Game {
|
||||
}
|
||||
|
||||
// only reduce cooldowns if no cd was used
|
||||
// have to borrow self for the skill check
|
||||
{
|
||||
if let Some(skill) = resolved.iter()
|
||||
.filter(|s| s.source_construct_id == construct.id)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user