ForNeVeR/overtone

Music should play as part of scene

Aperta

#107 aperta il 9 feb 2026

 (0 commenti) (0 reazioni) (0 assegnatari)F# (1 fork)auto 404
enhancementgood first issuehelp wanted

Metriche repository

Star
 (18 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor