MADE SO MAIN MENU MUSIC DOESNT PERSIST UPON STARTING THE GAME :,)
This commit is contained in:
parent
335686cd59
commit
5dbe1b1cbf
7 changed files with 2 additions and 1 deletions
|
|
@ -451,7 +451,7 @@ 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)
|
||||
on 'show' action Play('music', config.main_menu_music, fadein=1.5)
|
||||
|
||||
style main_menu_frame is empty
|
||||
style main_menu_vbox is vbox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue