Music should play as part of scene
Open
enhancement
good first issue
help wanted
- Dominant language
- F#
- Stars
- 19
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Currently, on starting the game, we unconditionally start playing the music: https://github.com/ForNeVeR/overtone/blob/156c60d9336b14c7464b36c5adc1db614980811d/Overtone.Game/Program.fs#L24-L26
This should be played as part of the main scene. The sound lifetime should be tied to the scene; we leave the scene — music should stop as well.
Contributor guide
Assessment
This issue has not been assessed yet.