Don't want to loop music on the title screen
Posted: Wed May 27, 2020 10:44 am
The title music can be set in options.rpy, like-
config.main_menu_music = "TITLE.MUSIC"
But this always seems to repeat. I want to use short music in about 30 seconds as a title, and don't want to loop. How should I do?
config.main_menu_music = "TITLE.MUSIC"
But this always seems to repeat. I want to use short music in about 30 seconds as a title, and don't want to loop. How should I do?