mirror of
https://github.com/System-End/site.git
synced 2026-04-19 20:55:09 +00:00
[arcade] Fix shopkeeper positions
This commit is contained in:
parent
d68df61da8
commit
797c43a7a0
1 changed files with 10 additions and 0 deletions
|
|
@ -316,6 +316,16 @@ a:hover {
|
|||
animation: idle 2s infinite alternate;
|
||||
filter: contrast(60%);
|
||||
}
|
||||
#shopkeeper-left {
|
||||
position: absolute;
|
||||
left: -10px;
|
||||
bottom: 0;
|
||||
}
|
||||
#shopkeeper-right {
|
||||
position: absolute;
|
||||
right: -10px;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.shopkeeper.talking {
|
||||
filter: drop-shadow(0px 0px 10px #FC867D);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue