optik
This commit is contained in:
BIN
apps/web/public/images/character/female-320.png
Normal file
BIN
apps/web/public/images/character/female-320.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
BIN
apps/web/public/images/character/male-320.png
Normal file
BIN
apps/web/public/images/character/male-320.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 59 KiB |
@@ -88,11 +88,12 @@
|
||||
inline-size: 165%;
|
||||
max-block-size: 100%;
|
||||
pointer-events: none;
|
||||
background-image: url('/images/combat/sprites/warrior-attack-sheet-384.png');
|
||||
background-image: url('/images/character/female-320.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: left center;
|
||||
background-size: 600% 100%;
|
||||
background-position: center;
|
||||
background-size: contain;
|
||||
filter: drop-shadow(0 0.4rem 0.9rem rgb(0 0 0 / 0.75));
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.doll__below {
|
||||
|
||||
@@ -13,11 +13,11 @@
|
||||
display: grid;
|
||||
/* A lead-in, then one track per painted plate. */
|
||||
grid-template-rows: 5.9% repeat(6, 8%);
|
||||
row-gap: 1.1%;
|
||||
row-gap: 1.3%;
|
||||
block-size: 100%;
|
||||
/* Percentage padding resolves against width — which is what the side insets
|
||||
want anyway. */
|
||||
padding-inline: 18.7% 17.1%;
|
||||
padding-inline: 10.7% 15.1%;
|
||||
}
|
||||
|
||||
/* Occupies the lead-in track. Without it the first button auto-places there and
|
||||
|
||||
BIN
art/sprites/player/female/female.png
Normal file
BIN
art/sprites/player/female/female.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 MiB |
BIN
art/sprites/player/male/male.png
Normal file
BIN
art/sprites/player/male/male.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 MiB |
Reference in New Issue
Block a user