1
0

Update cat sprite and slot in index.html

This commit is contained in:
2025-05-26 06:54:44 +02:00
parent 1e1be847c0
commit 8d3a71b2d3

View File

@@ -237,7 +237,8 @@
<!-- Cat -->
<div id="cat-glow"></div>
<div id="catSlot" class="relative bottom-2 left-2"></div>
<img id="cat-sprite" src="assets/cat/default.png">
<div id="catSlot" class="absolute bottom-2 left-2"></div>
<!-- Interaction Bar -->
<div class="w-full h-16 flex items-center p-4 interaction-bar"