boardgame-phaser/packages/onitama-game/src
hypercross 368d9942d2 refactor(onitama): centralize visual constants in config
Introduce `TEXT_POSITION` and `VISUAL` objects to the configuration
to manage magic numbers for positioning, radii, stroke widths, and
alphas. Update renderers and spawners to use these constants instead
of hardcoded values or direct calculations.
2026-04-20 16:04:29 +08:00
..
config refactor(onitama): centralize visual constants in config 2026-04-20 16:04:29 +08:00
game refactor: fix onitama api usage 2026-04-12 19:09:41 +08:00
renderers refactor(onitama): centralize visual constants in config 2026-04-20 16:04:29 +08:00
scenes refactor(onitama): centralize visual constants in config 2026-04-20 16:04:29 +08:00
spawners refactor(onitama): centralize visual constants in config 2026-04-20 16:04:29 +08:00
state refactor(onitama): decouple rendering logic into dedicated renderers 2026-04-19 11:55:18 +08:00
ui refactor(onitama): decouple rendering logic into dedicated renderers 2026-04-19 11:55:18 +08:00
main.tsx refactor(onitama-game): simplify GameUI initialization 2026-04-19 11:31:03 +08:00
style.css feat: onitama 2026-04-07 16:33:41 +08:00