fix(pets): various quest and animation corrections

This commit is contained in:
SabreCat
2022-04-05 16:03:46 -05:00
parent 1ca528eb95
commit fb017e1f08
6 changed files with 43 additions and 28 deletions
+11 -1
View File
@@ -16,7 +16,13 @@
height: 219px;
}
.Pet_HatchingPotion_Dessert, .Pet_HatchingPotion_Veggie, .Pet_HatchingPotion_Windup {
.quest_virtualPet {
background: url("~@/assets/images/animated/quest_virtualPet.gif") no-repeat;
width: 219px;
height: 219px;
}
.Pet_HatchingPotion_Dessert, .Pet_HatchingPotion_Veggie, .Pet_HatchingPotion_Windup, .Pet_HatchingPotion_VirtualPet {
width: 68px;
height: 68px;
}
@@ -33,6 +39,10 @@
background: url("~@/assets/images/animated/Pet_HatchingPotion_Windup.gif") no-repeat;
}
.Pet_HatchingPotion_VirtualPet {
background: url("~@/assets/images/animated/Pet_HatchingPotion_VirtualPet.gif") no-repeat;
}
.Gems {
display:inline-block;
margin-right:5px;