boardgame-phaser/packages/sts-like-viewer/src/widgets
hypercross 88d0c5bf55 Refactor: centralize config and split inventory
Move magic numbers and style constants to src/config.ts.
Decompose InventoryWidget into DragController, ItemRenderer,
and LostItemManager for better separation of concerns. Add
createButton utility and remove unused CombatUnitWidget.
Update scenes to import from centralized config.
2026-04-19 00:01:25 +08:00
..
DragController.ts Refactor: centralize config and split inventory 2026-04-19 00:01:25 +08:00
InventoryWidget.ts Refactor: centralize config and split inventory 2026-04-19 00:01:25 +08:00
ItemRenderer.ts Refactor: centralize config and split inventory 2026-04-19 00:01:25 +08:00
LostItemManager.ts Refactor: centralize config and split inventory 2026-04-19 00:01:25 +08:00