Add Wario sprite to play page footer

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
b1rdmania
2025-12-31 12:04:46 +00:00
parent 853dbaa345
commit d43b3d5daf
+16
View File
@@ -328,6 +328,18 @@
color: var(--gb-darkest);
text-decoration: underline;
}
.footer-mascot {
margin-top: calc(var(--spacing-unit) * 2);
text-align: center;
}
.wario-sprite {
width: 120px;
height: auto;
mix-blend-mode: multiply;
opacity: 0.7;
}
</style>
</head>
<body>
@@ -375,6 +387,10 @@
<div class="footer">
Wario Synth Engine - by <a href="https://x.com/b1rdmania" target="_blank" rel="noopener">Birdmania</a>
</div>
<div class="footer-mascot">
<img src="/wario-sprite.png" alt="Wario" class="wario-sprite" />
</div>
</div>
<script type="module" src="/src/play.ts"></script>