mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 15:31:16 +00:00
Resting icon and pixely version of missing pet
This commit is contained in:
parent
a9401055b1
commit
2234f57d73
4 changed files with 1 additions and 1 deletions
BIN
public/img/PixelPaw.png
Normal file
BIN
public/img/PixelPaw.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 364 B |
BIN
public/img/PixelPaw002.png
Normal file
BIN
public/img/PixelPaw002.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 513 B |
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
|
@ -128,6 +128,6 @@
|
|||
{#if ownsPet(@pet, _user.items.pets)}
|
||||
<button class="pet-button Pet-{{@pet}} {#if equal(_user.items.currentPet.name, @string)}active{/if}" data-pet="{{@pet}}" x-bind="click:choosePet"></button>
|
||||
{else}
|
||||
<button class="pet-button pet-not-owned" data-pet="{{@pet}}"><img src="/img/paw.png"/></button>
|
||||
<button class="pet-button pet-not-owned" data-pet="{{@pet}}"><img src="/img/PixelPaw.png"/></button>
|
||||
{/}
|
||||
</div>
|
||||
Loading…
Reference in a new issue