Commit Graph

3 Commits

Author SHA1 Message Date
Brian Fertig 78b7a91fcd Added 180 and 250 piece puzzle options 2026-04-05 19:36:46 -06:00
Brian Fertig 5b1c8214a6 feat: enhance puzzle rendering with clean textures and improved UI/UX
- Add clean texture variants (`piece_clean_N`) for merged pieces to remove outlines after grouping
- Improve piece renderer progress tracking to distinguish main vs. clean textures
- Support 140-piece puzzles (14×10 grid) across generator, menu, and selection scenes
- Auto-open join dialog when `?room=` URL parameter present in main menu
- Add shareable room link with copy-to-clipboard button in puzzle scene UI
- Introduce `_updatePieceEffects()` to manage visual states: clean textures for merged groups, drop shadows for singletons/groups
- Enhance music playback with fallback completion detection and robust event handling
2026-04-05 11:58:01 -06:00
Brian Fertig 9460041867 first commit 2026-04-04 18:51:09 -06:00