Merge pull request #922 from Shaners/develop
Missing Pet Icons, Resting Graphics
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 364 B |
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 |
+1
-1
@@ -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>
|
||||
Reference in New Issue
Block a user