hypercross b28da1cad3 refactor(onitama): decouple rendering logic into dedicated renderers
Introduces a centralized configuration system and extracts visual
creation logic from spawners into specialized renderer classes:
- CardRenderer
- HighlightRenderer
- PawnRenderer
- SelectionRenderer

This refactor improves separation of concerns by moving Phaser-specific
drawing and animation code out of the spawner/container logic and into
reusable renderer components.
2026-04-19 11:55:18 +08:00
2026-04-06 11:31:51 +08:00
2026-04-06 16:20:52 +08:00
2026-04-06 14:13:43 +08:00
2026-04-08 08:57:59 +08:00
S
Description
No description provided
1,014 KiB
Languages
TypeScript 98.3%
JavaScript 0.8%
HTML 0.6%
CSS 0.3%