mirror of
https://github.com/thepaperpilot/Super-Auto-Coots.git
synced 2024-11-24 09:21:47 +00:00
Shadows
This commit is contained in:
parent
84d81344a2
commit
5cd5cc13d6
3 changed files with 5 additions and 4 deletions
|
@ -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
BIN
public/Shadow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 481 B |
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue