It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Fix
renpy.music.register_channel('sounds/private-reflection.mp3')
->
renpy.music.register_channel('sounds/private-reflection.mp3', "music", True)
Thank you, Tsone117 for amazing feedback!
I started working on it.
avatar
Tstone117: Fix
renpy.music.register_channel('sounds/private-reflection.mp3')
->
renpy.music.register_channel('sounds/private-reflection.mp3', "music", True)
Fixed