boardgame-phaser/packages
hypercross c9f573ef86 feat(sts-viewer): add item rotation support in inventory
Introduces the ability to rotate inventory items using the Alt button
during drag-and-drop.

- Updates `InventoryItemContainer` to handle rotation via
  `previewRotation`
- Adds `newRotation` parameter to `onMoveItem` callback and `moveItem`
  command
- Updates `InventoryItemState` to manage rotation state and compute
  transformed shapes
- Implements rotation logic in `renderGraphics` using `transformShape`
2026-04-20 21:40:23 +08:00
..
boop-game fix: boop supply 2026-04-12 18:55:35 +08:00
framework feat(framework): support multi-button drag and drop 2026-04-20 20:33:56 +08:00
onitama-game refactor(onitama): centralize visual constants in config 2026-04-20 16:04:29 +08:00
regicide-game chore: fix vite config 2026-04-12 15:02:23 +08:00
sample-game fix: fading 2026-04-12 18:18:45 +08:00
sts-like-viewer feat(sts-viewer): add item rotation support in inventory 2026-04-20 21:40:23 +08:00