add initial pet graphics

This commit is contained in:
zyl 2024-06-25 00:02:11 -07:00
parent 3d97fbb73c
commit 248041bb55
No known key found for this signature in database
3 changed files with 94 additions and 4 deletions

View file

@ -8,7 +8,7 @@ styles: ["pet.css"]
<noscript><p>javascript is required for the pet game!!</p></noscript>
<div id="pet-display">
<h2 class="pet-name"></h2>
<p>--pet placeholder here--</p>
<div class="the-pet"></div>
<!-- TODO: make pets interactable -->
</div>