space-game/public/assets/themes/default/audio
Michael Mainguy 28c1b2b2aa Fix routing, cleanup, and game restart issues
- Switch from svelte-spa-router to svelte-routing for clean URLs without hashes
- Fix relative asset paths to absolute paths (prevents 404s on nested routes)
- Fix physics engine disposal using scene.disablePhysicsEngine()
- Fix Ship observer cleanup to prevent stale callbacks after level disposal
- Add _gameplayStarted flag to prevent false game-end triggers during init
- Add hasAsteroidsToDestroy check to prevent false victory on restart
- Add RockFactory.reset() to properly reinitialize asteroid mesh between games
- Add null safety checks throughout RockFactory for static properties

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 11:21:05 -06:00
..
voice Refactor replay system to reuse Level1.initialize() and simplify UI 2025-11-08 19:20:36 -06:00
background.mp3 Fix routing, cleanup, and game restart issues 2025-11-25 11:21:05 -06:00
collision.mp3 Add physics-based collision damage, spatial audio, and synchronized audio loading 2025-11-09 11:28:31 -06:00
crack.wav Fix explosion sound by migrating to AudioEngineV2 spatial audio API 2025-11-09 16:05:40 -06:00
crash.wav Fix explosion sound by migrating to AudioEngineV2 spatial audio API 2025-11-09 16:05:40 -06:00
explosion.mp3 Implement comprehensive scoring system with star ratings 2025-11-22 06:32:55 -06:00
metal.wav Fix explosion sound by migrating to AudioEngineV2 spatial audio API 2025-11-09 16:05:40 -06:00
shot2.mp3 Fix routing, cleanup, and game restart issues 2025-11-25 11:21:05 -06:00
shot.mp3 Fix routing, cleanup, and game restart issues 2025-11-25 11:21:05 -06:00
song1.mp3 Fix routing, cleanup, and game restart issues 2025-11-25 11:21:05 -06:00
thrust5.mp3 Implement comprehensive scoring system with star ratings 2025-11-22 06:32:55 -06:00