diff --git a/images/fx/deadgirl.png b/images/fx/deadgirl.png new file mode 100644 index 0000000..bf28230 Binary files /dev/null and b/images/fx/deadgirl.png differ diff --git a/options.rpyc b/options.rpyc index b226d9e..3ce44a2 100644 Binary files a/options.rpyc and b/options.rpyc differ diff --git a/screens.rpy b/screens.rpy index 2b5b7a9..2eb1edf 100644 --- a/screens.rpy +++ b/screens.rpy @@ -450,6 +450,8 @@ screen main_menu(): # textbutton _("About") action ShowMenu("about") # textbutton _("Help") action ShowMenu("help") + + on 'show' action Play('music', config.main_menu_music, fadein=1.5) style main_menu_frame is empty style main_menu_vbox is vbox diff --git a/screens.rpyc b/screens.rpyc index 71fd4e2..6ebaf7b 100644 Binary files a/screens.rpyc and b/screens.rpyc differ diff --git a/script.rpyc b/script.rpyc index 3b1ab34..21a2496 100644 Binary files a/script.rpyc and b/script.rpyc differ