boardgame-phaser/packages/sts-like-viewer/src
hypercross 45844ea800 fix(sts-viewer): use local coordinates for inventory item container
Update `InventoryItemSpawner` to draw graphics and text relative to the
container's local coordinate system instead of world coordinates.
The container is then positioned at the first cell's world position.
This also fixes drag positioning by calculating movement relative to
the initial drag start point.
2026-04-20 17:20:30 +08:00
..
config feat(sts-viewer): implement drag-and-drop for inventory items 2026-04-20 17:06:46 +08:00
scenes fix(sts-viewer): use local coordinates for inventory item container 2026-04-20 17:20:30 +08:00
state feat(sts-viewer): implement drag-and-drop for inventory items 2026-04-20 17:06:46 +08:00
ui refactor: implement inventory item spawner and config 2026-04-20 16:45:14 +08:00
utils Refactor: centralize config and split inventory 2026-04-19 00:01:25 +08:00
main.tsx refactor(sts-like-viewer): simplify scene management and config 2026-04-20 15:24:07 +08:00
style.css feat: sts-like-viewer 2026-04-13 12:38:41 +08:00