phoboslab / Impact

HTML5 Game Engine
MIT License
1.99k stars 204 forks source link

"ig.Sound.enabled = false" does not disable ig.Music audio #70

Open Joncom opened 4 years ago

Joncom commented 4 years ago

As expected, calling sound.play() is silenced while ig.Sound.enabled == false, however, ig.music.play() is unaffected by the boolean.