data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add squiggle on hover and outline to pet

dusk 7ca4121d 64511a7a

+2 -2
+2 -2
src/components/pet.svelte
··· 125 125 dragged = false; 126 126 } 127 127 }} 128 - class="absolute bottom-[5vh] z-[1000]" 128 + class="absolute bottom-[5vh] z-[1000] hover:animate-squiggle" 129 129 style="cursor: url('/icons/gaze.webp'), pointer;" 130 130 > 131 131 <img 132 132 draggable="false" 133 - class="invert" 134 133 style=" 135 134 image-rendering: pixelated !important; 136 135 transform: rotate({rotation}rad) scaleX({flip ? -1 : 1}); 136 + filter: invert(100%) drop-shadow(2px 2px 0 black) drop-shadow(-2px -2px 0 black); 137 137 " 138 138 src={sprite} 139 139 />