So I'm messing around with ways to enhance my main MUGEN game, and I wanted to have music playing at the game over screen.
Here's what gameover.def says:
;Game over storyboard.
[info]
localcoord = 320,240
[Music]
bgm = sound/MVC2Continue.mp3
bgm.loop = 1
[sceneDef]
spr = gameover.sff
;------------------------------------
; Display "game over" animation
[scene 0]
; Fade
fadein.time = 30
fadeout.time = 30
fadeout.col = 255,255,255
; Screen color
clearcolor = 255,255,255
; Overlay Anims (from 0 to 9)
layerall.pos = 160,120 ;Default position for all layers
layer0.anim = 0 ;Anim action number
layer0.starttime = 30 ;Time to start displaying the anim
; Total time
end.time = 200
; Fade from white to black
[scene 1]
fadein.time = 30
fadein.col = 255,255,255
; Screen color
clearcolor = 0,0,0
; Total time
end.time = 30
The music isn't playing, though.
What am I doing wrong?
Yup. He's so bad that if he gets a pain in his neck, he doesn't go to the chiropractor, he throws himself out the window. "Hump... be right back...."*drops 40 stories*"Feel better now."
Question
LansingWolverine
So I'm messing around with ways to enhance my main MUGEN game, and I wanted to have music playing at the game over screen.
Here's what gameover.def says:
The music isn't playing, though.
What am I doing wrong?
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now