MADE SO MAIN MENU MUSIC DOESNT PERSIST UPON STARTING THE GAME :,)

This commit is contained in:
ameworm 2026-02-16 19:56:21 -03:00
parent 335686cd59
commit 5dbe1b1cbf
7 changed files with 2 additions and 1 deletions

BIN
gui.rpyc

Binary file not shown.

Binary file not shown.

View file

@ -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

Binary file not shown.

View file

@ -117,6 +117,7 @@ label start:
jump epilogue
label prologue:
stop music
scene ceiling with fade
play ambient base_noise1 volume 0.1

Binary file not shown.

Binary file not shown.