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:
@@ -328,6 +328,18 @@
|
|||||||
color: var(--gb-darkest);
|
color: var(--gb-darkest);
|
||||||
text-decoration: underline;
|
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>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -375,6 +387,10 @@
|
|||||||
<div class="footer">
|
<div class="footer">
|
||||||
Wario Synth Engine - by <a href="https://x.com/b1rdmania" target="_blank" rel="noopener">Birdmania</a>
|
Wario Synth Engine - by <a href="https://x.com/b1rdmania" target="_blank" rel="noopener">Birdmania</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="footer-mascot">
|
||||||
|
<img src="/wario-sprite.png" alt="Wario" class="wario-sprite" />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="module" src="/src/play.ts"></script>
|
<script type="module" src="/src/play.ts"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user