Resting icon and pixely version of missing pet

This commit is contained in:
Shane Lister 2013-05-09 16:41:44 -07:00
parent a9401055b1
commit 2234f57d73
4 changed files with 1 additions and 1 deletions

BIN
public/img/PixelPaw.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 B

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

View file

@ -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>