0f578b79ff
Also fixes an issue where the pet hatching modal would appear when the user attempted to hatch a premium version of a quest pet.
85 lines
2.0 KiB
CSS
85 lines
2.0 KiB
CSS
.Pet-Wolf-White {
|
|
background-image: url(spritesmith-main-10.png);
|
|
background-position: 0px 0px;
|
|
width: 81px;
|
|
height: 99px;
|
|
}
|
|
.Pet-Wolf-Zombie {
|
|
background-image: url(spritesmith-main-10.png);
|
|
background-position: -82px 0px;
|
|
width: 81px;
|
|
height: 99px;
|
|
}
|
|
.Pet_HatchingPotion_Base {
|
|
background-image: url(spritesmith-main-10.png);
|
|
background-position: 0px -100px;
|
|
width: 48px;
|
|
height: 51px;
|
|
}
|
|
.Pet_HatchingPotion_CottonCandyBlue {
|
|
background-image: url(spritesmith-main-10.png);
|
|
background-position: -49px -100px;
|
|
width: 48px;
|
|
height: 51px;
|
|
}
|
|
.Pet_HatchingPotion_CottonCandyPink {
|
|
background-image: url(spritesmith-main-10.png);
|
|
background-position: -98px -100px;
|
|
width: 48px;
|
|
height: 51px;
|
|
}
|
|
.Pet_HatchingPotion_Desert {
|
|
background-image: url(spritesmith-main-10.png);
|
|
background-position: -164px 0px;
|
|
width: 48px;
|
|
height: 51px;
|
|
}
|
|
.Pet_HatchingPotion_Golden {
|
|
background-image: url(spritesmith-main-10.png);
|
|
background-position: -164px -52px;
|
|
width: 48px;
|
|
height: 51px;
|
|
}
|
|
.Pet_HatchingPotion_Peppermint {
|
|
background-image: url(spritesmith-main-10.png);
|
|
background-position: -213px -104px;
|
|
width: 48px;
|
|
height: 51px;
|
|
}
|
|
.Pet_HatchingPotion_Red {
|
|
background-image: url(spritesmith-main-10.png);
|
|
background-position: -49px -152px;
|
|
width: 48px;
|
|
height: 51px;
|
|
}
|
|
.Pet_HatchingPotion_Shade {
|
|
background-image: url(spritesmith-main-10.png);
|
|
background-position: -98px -152px;
|
|
width: 48px;
|
|
height: 51px;
|
|
}
|
|
.Pet_HatchingPotion_Skeleton {
|
|
background-image: url(spritesmith-main-10.png);
|
|
background-position: -147px -152px;
|
|
width: 48px;
|
|
height: 51px;
|
|
}
|
|
.Pet_HatchingPotion_Spooky {
|
|
background-image: url(spritesmith-main-10.png);
|
|
background-position: -213px 0px;
|
|
width: 48px;
|
|
height: 51px;
|
|
}
|
|
.Pet_HatchingPotion_White {
|
|
background-image: url(spritesmith-main-10.png);
|
|
background-position: -213px -52px;
|
|
width: 48px;
|
|
height: 51px;
|
|
}
|
|
.Pet_HatchingPotion_Zombie {
|
|
background-image: url(spritesmith-main-10.png);
|
|
background-position: 0px -152px;
|
|
width: 48px;
|
|
height: 51px;
|
|
}
|