Skip to content

[Feature] Add menu music to StartScreen and LevelSelect #22

Description

@alimaandev

Problem\nThe StartScreen and LevelSelect are silent. Music only plays during 3D story levels.\n\nSolution\nWire startMusic() into Game.tsx so ambient/drone music plays on:\n- StartScreen (screen === 'start')\n- LevelSelect (screen === 'levelselect')\n- GameOverScreen (screen === 'gameover') — low intensity ambient\n\nCall stopMusic() when transitioning to playing mode to avoid overlap.\n\nFile: src/components/Game.tsx, src/game/audio.ts

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions