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
BIN
gui.rpyc
BIN
gui.rpyc
Binary file not shown.
BIN
options.rpyc
BIN
options.rpyc
Binary file not shown.
|
|
@ -451,7 +451,7 @@ screen main_menu():
|
||||||
# textbutton _("About") action ShowMenu("about")
|
# textbutton _("About") action ShowMenu("about")
|
||||||
# textbutton _("Help") action ShowMenu("help")
|
# 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_frame is empty
|
||||||
style main_menu_vbox is vbox
|
style main_menu_vbox is vbox
|
||||||
|
|
|
||||||
BIN
screens.rpyc
BIN
screens.rpyc
Binary file not shown.
|
|
@ -117,6 +117,7 @@ label start:
|
||||||
jump epilogue
|
jump epilogue
|
||||||
|
|
||||||
label prologue:
|
label prologue:
|
||||||
|
stop music
|
||||||
|
|
||||||
scene ceiling with fade
|
scene ceiling with fade
|
||||||
play ambient base_noise1 volume 0.1
|
play ambient base_noise1 volume 0.1
|
||||||
|
|
|
||||||
BIN
script.rpyc
BIN
script.rpyc
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue