mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
Update PetEggs.css
Fixed flying pig and fox positions since they seemed to be reversed. Added positions for new hatching potion items.
This commit is contained in:
parent
32f07afd7a
commit
ca66c658d7
1 changed files with 10 additions and 4 deletions
|
|
@ -1,11 +1,17 @@
|
|||
.Pet_Egg_Wolf, .Pet_Egg_TigerCub, .Pet_Egg_PolarBear, .Pet_Egg_PandaCub, .Pet_Egg_LionCub, .Pet_Egg_FlyingPig, .Pet_Egg_Dragon, .Pet_Egg_Cactus, .Pet_Egg_BearCub, .Pet_Egg_Fox {background: url("/img/sprites/Egg_Sprite_Sheet.png") no-repeat}
|
||||
.Pet_Egg_Wolf, .Pet_Egg_TigerCub, .Pet_Egg_PolarBear, .Pet_Egg_PandaCub, .Pet_Egg_LionCub, .Pet_Egg_Fox, .Pet_Egg_FlyingPig, .Pet_Egg_Dragon, .Pet_Egg_Cactus, .Pet_Egg_BearCub, .Item_HatchingPotion_Basic, .Item_HatchingPotion_White, .Item_HatchingPotion_Desert, .Item_HatchingPotion_Red, .Item_HatchingPotion_Shade, .Item_HatchingPotion_Skeleton {background: url("/img/sprites/Egg_Sprite_Sheet.png") no-repeat}
|
||||
.Pet_Egg_Wolf {background-position: 0px 0px; width: 48px; height: 51px}
|
||||
.Pet_Egg_TigerCub {background-position: 0px -51px; width: 48px; height: 51px}
|
||||
.Pet_Egg_PolarBear {background-position: 0px -102px; width: 48px; height: 51px}
|
||||
.Pet_Egg_PandaCub {background-position: 0px -153px; width: 48px; height: 51px}
|
||||
.Pet_Egg_LionCub {background-position: 0px -204px; width: 48px; height: 51px}
|
||||
.Pet_Egg_FlyingPig {background-position: 0px -255px; width: 48px; height: 51px}
|
||||
.Pet_Egg_Fox {background-position: 0px -306px; width: 48px; height: 51px}
|
||||
.Pet_Egg_Fox {background-position: 0px -255px; width: 48px; height: 51px}
|
||||
.Pet_Egg_FlyingPig {background-position: 0px -306px; width: 48px; height: 51px}
|
||||
.Pet_Egg_Dragon {background-position: 0px -357px; width: 48px; height: 51px}
|
||||
.Pet_Egg_Cactus {background-position: 0px -408px; width: 48px; height: 51px}
|
||||
.Pet_Egg_BearCub {background-position: 0px -459px; width: 48px; height: 51px}
|
||||
.Pet_Egg_BearCub {background-position: 0px -459px; width: 48px; height: 51px}
|
||||
.Item_HatchingPotion_Basic {background-position: -48px -0px; width: 48px; height: 51px}
|
||||
.Item_HatchingPotion_White {background-position: -48px -51px; width: 48px; height: 51px}
|
||||
.Item_HatchingPotion_Desert {background-position: -48px -102px; width: 48px; height: 51px}
|
||||
.Item_HatchingPotion_Red {background-position: -48px -153px; width: 48px; height: 51px}
|
||||
.Item_HatchingPotion_Shade {background-position: -48px -204px; width: 48px; height: 51px}
|
||||
.Item_HatchingPotion_Skeleton {background-position: -48px -255px; width: 48px; height: 51px}
|
||||
|
|
|
|||
Loading…
Reference in a new issue