diff --git a/public/img/sprites/Egg_Sprite_Sheet.png b/public/img/sprites/Egg_Sprite_Sheet.png index 2258af3255..38725e638c 100644 Binary files a/public/img/sprites/Egg_Sprite_Sheet.png and b/public/img/sprites/Egg_Sprite_Sheet.png differ diff --git a/public/img/sprites/Mount-SpriteSheet.png b/public/img/sprites/Mount-SpriteSheet.png index 4b025ef899..36531b7b50 100644 Binary files a/public/img/sprites/Mount-SpriteSheet.png and b/public/img/sprites/Mount-SpriteSheet.png differ diff --git a/public/img/sprites/PetEggs.css b/public/img/sprites/PetEggs.css index 896a6da46d..818752b301 100644 --- a/public/img/sprites/PetEggs.css +++ b/public/img/sprites/PetEggs.css @@ -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} \ No newline at end of file +.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} diff --git a/views/static/extensions.html b/views/static/extensions.html index 191f5198cf..ba33b786a4 100644 --- a/views/static/extensions.html +++ b/views/static/extensions.html @@ -44,7 +44,7 @@
A PHP class for the HabitRPG API. Will be expanded when more features become available in the API.
A full-featured Perl interface for HabitRPG. Development versions are available on github. +
A full-featured Perl interface for HabitRPG. Development versions are available on github.
Command-line client for HabitRPG. Supports viewing status, listing tasks by types, creation of new types, incrementing/decrementing of tasks, API debugging, and more.