Companion: double the mascot size + drop the sleepy-face nap

- Mascot badge 64→128px (Lottie 56→112, emoji fallback 32→64); zzz glyph
  scaled + repositioned to match. It read too small on screen.
- Awake companions (no sleeping clip, e.g. Happy Dog) no longer show a 😴
  face or drifting "z" when the engine naps them — they hold their idle pose
  via a renderMood redirect. Only the always-asleep cat (real sleep clip)
  keeps the zzz, preserving that gag.

Claude-Session: https://claude.ai/code/session_016Yr6jELuRc7hyzYLccQKZd
This commit is contained in:
prosolis
2026-06-25 22:35:38 -07:00
parent 660f00d452
commit a634994d25
3 changed files with 17 additions and 12 deletions

View File

@@ -227,10 +227,10 @@ button, a, input {
}
.petal-zzz {
top: 2px;
right: 8px;
top: 6px;
right: 14px;
font-weight: 800;
font-size: 0.8rem;
font-size: 1.1rem;
animation: petal-zzz 2.4s ease-in-out infinite;
}
@keyframes petal-zzz {