aboutsummaryrefslogtreecommitdiff
path: root/lib/screens/BeginScreen.svelte
AgeCommit message (Expand)AuthorFilesLines
2026-04-22Remove the leaf scene and its supporting systems from the Begin screenBobby1-6/+0
2026-04-22Move title music to layout so it plays continuously across routesBobby1-6/+0
2026-04-22Add falling-leaf physics and periodic wind gusts to the Begin screenBobby1-4/+18
2026-04-22Play title track on Begin screen with autoplay-fallback on first interactionBobby1-0/+6
2026-04-22Revert prop plumbing; components can tap stores and module constants directlyBobby1-3/+1
2026-04-22Make lib components and screens pure; orchestration (store, version) moves to...Bobby1-1/+3
2026-04-22Move screens to lib/screens, version to lib/version, inject version via Vite ...Bobby1-0/+48