[arcade] Fix shopkeeper positions

This commit is contained in:
Max Wofford 2024-06-01 16:47:39 -04:00
parent d68df61da8
commit 797c43a7a0

View file

@ -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);