fix sprites for keys to the kennel

This commit is contained in:
Phillip Thelen
2024-06-26 10:28:11 +02:00
parent 3614e7a8fb
commit b200a2f17d
@@ -38,26 +38,6 @@
}
</style>
<style>
.key_to_pets {
background-image: url('~@/assets/images/keys/key-to-the-pet-kennels.png');
width: 68px;
height: 68px;
}
.key_to_mounts {
background-image: url('~@/assets/images/keys/key-to-the-mount-kennels.png');
width: 68px;
height: 68px;
}
.key_to_both {
background-image: url('~@/assets/images/keys/keys-to-the-kennels.png');
width: 68px;
height: 68px;
}
</style>
<script>
import { beastCount, mountMasterProgress } from '@/../../common/script/count';
import { mapState } from '@/libs/store';