diff --git a/audio/bgm/startloop.ogg b/audio/bgm/startloop.ogg new file mode 100644 index 0000000..cf8bbf2 Binary files /dev/null and b/audio/bgm/startloop.ogg differ diff --git a/options.rpy b/options.rpy index 51b3081..4ac8cee 100644 --- a/options.rpy +++ b/options.rpy @@ -62,7 +62,7 @@ define config.has_voice = True ## the player is at the main menu. This file will continue playing into the ## game, until it is stopped or another file is played. -# define config.main_menu_music = "main-menu-theme.ogg" +define config.main_menu_music = "bgm/startloop.ogg" ## Transitions ################################################################# diff --git a/options.rpyc b/options.rpyc index 445e32d..b226d9e 100644 Binary files a/options.rpyc and b/options.rpyc differ