mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
Merge branch 'pets' of github.com:lefnire/habitrpg into pets
This commit is contained in:
commit
e44304f63a
2 changed files with 6 additions and 0 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 6.4 KiB |
|
|
@ -16,8 +16,13 @@
|
|||
.Pet_HatchingPotion_Red {background-position: -48px -153px; width: 48px; height: 51px}
|
||||
.Pet_HatchingPotion_Shade {background-position: -48px -204px; width: 48px; height: 51px}
|
||||
.Pet_HatchingPotion_Skeleton {background-position: -48px -255px; width: 48px; height: 51px}
|
||||
.Pet_HatchingPotion_Zombie {background-position: -48px -306px; width: 48px; height: 51px}
|
||||
.Pet_HatchingPotion_CottonCandyPink {background-position: -48px -357px; width: 48px; height: 51px}
|
||||
.Pet_HatchingPotion_CottonCandyBlue {background-position: -48px -408px; width: 48px; height: 51px}
|
||||
.Pet_HatchingPotion_Golden {background-position: -48px -459px; width: 48px; height: 54px} /* This sprite was a bit taller than everything else, will affect the math of anything inserted below it */
|
||||
|
||||
/* Temporary until we get the other hatching potions */
|
||||
/* Commenting this out since it's no longer needed, feel free to completely remove -Shaners
|
||||
.Pet_HatchingPotion_Zombie, .Pet_HatchingPotion_CottonCandyPink, .Pet_HatchingPotion_CottonCandyBlue, .Pet_HatchingPotion_Golden {background-position: -48px -0px; width: 48px; height: 51px}
|
||||
.Pet_HatchingPotion_Zombie {
|
||||
-webkit-filter: invert(1);
|
||||
|
|
@ -31,3 +36,4 @@
|
|||
.Pet_HatchingPotion_Golden {
|
||||
-webkit-filter: hue-rotate(220deg);
|
||||
}
|
||||
*/
|
||||
Loading…
Reference in a new issue