fertig-classic-games/src
Brian Fertig 8dee798ae2 Fix jigsaw piece grab when click lands inside custom hit area
- Add pointerdown handler on each piece to forward the event to the central onTableDown resolver; without it, Phaser's topOnly=true consumes the click and the background never sees it, leaving pieces un-grabbable.
- Anchor the hit-area rectangle to the image's displayOrigin instead of (0,0) so the custom hit box tracks the piece's actual rendered position.
2026-08-30 21:02:22 -06:00
..
data Add Jigsaw puzzle game with drag-and-drop pieces and pan/zoom 2026-08-30 17:33:31 -06:00
games Fix jigsaw piece grab when click lands inside custom hit area 2026-08-30 21:02:22 -06:00
scenes Add Jigsaw puzzle game with drag-and-drop pieces and pan/zoom 2026-08-30 17:33:31 -06:00
services
ui
words
config.js
main.js Add Jigsaw puzzle game with drag-and-drop pieces and pan/zoom 2026-08-30 17:33:31 -06:00