mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-04-28 15:55:48 +00:00
split up demo modules, improve death support
This commit is contained in:
parent
359a036558
commit
c5b43f2e55
39 changed files with 2269 additions and 3942 deletions
|
|
@ -248,14 +248,33 @@ input[type="range"] {
|
|||
|
||||
.PlayerNameplate {
|
||||
pointer-events: none;
|
||||
text-align: center;
|
||||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.PlayerTop {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.PlayerBottom {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.PlayerNameplate-iffArrow {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
image-rendering: pixelated;
|
||||
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.7));
|
||||
}
|
||||
|
||||
.PlayerNameplate-name {
|
||||
color: #fff;
|
||||
font-size: 11px;
|
||||
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9), 0 0 1px rgba(0, 0, 0, 0.7);
|
||||
text-shadow:
|
||||
0 1px 3px rgba(0, 0, 0, 0.9),
|
||||
0 0 1px rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
|
||||
.PlayerNameplate-healthBar {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue