feat(web): add classic/dark card theme picker
Build and Deploy / build-and-push (push) Successful in 4m10s

- Reorganise card PNGs into assets/cards/faces/{classic,dark}/ and
  assets/cards/backs/{classic,dark}/
- Rasterise dark SVG theme alongside existing classic set
- Add "Dark / Classic" toggle button in the game HUD; persists to
  localStorage as fs_theme (defaults to classic)
- Preload both themes on page load so switching is instant

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
funman300
2026-05-14 16:55:43 -07:00
parent 2bf990388b
commit 8d31a37a39
113 changed files with 51 additions and 32 deletions
+1
View File
@@ -39,6 +39,7 @@
<label class="toggle-label" title="Draw one or three cards">
<input type="checkbox" id="chk-draw3"> Draw 3
</label>
<button id="btn-theme" title="Switch card theme">Dark</button>
</div>
</header>