This commit is contained in:
thepaperpilot 2023-02-20 22:47:38 -06:00
parent 84d81344a2
commit 5cd5cc13d6
3 changed files with 5 additions and 4 deletions

View file

@ -34,6 +34,7 @@
<link rel="prefetch" href="Kitchen BG.png" />
<link rel="prefetch" href="game window.png" />
<link rel="prefetch" href="cat.png" />
<link rel="prefetch" href="Shadow.png" />
<title>Profectus</title>
<meta name="description" content="A project made in Profectus"/>

BIN
public/Shadow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

View file

@ -172,14 +172,14 @@ watchEffect(() => {
.character::after {
content: "";
background: grey;
background: url(./Shadow.png);
position: absolute;
top: 67.5%;
top: 15%;
left: 0;
right: 0;
bottom: -12.5%;
border-radius: 50%;
bottom: -15%;
z-index: -1;
background-size: contain;
}
.character.selected:not(.dragging)::before {