
Board: Ikemen General Discussion and Help
This image explains everything guys, I really wish the engine could give us the option to separate the stage selection screen and so on for animations, transitions and different sounds, I believe this could be a module. Sometimes we can be a little ambitious with ideas, but that's how it all comes true.
[Stage Select Screen]
;Transition to separate the Character Select screen to the Stage Select screen.
obs: all the attributes like offset,layerno and scale are considered.
;Portrait for the stage (sprite or animation)
stage.portrait.spr =
stage.portrait.anim =
;Portrait for the stage background (sprite or animation)
stage.portrait.bg.spr =
stage.portrait.bg.anim =
;Arrow icon for indicate right/left (sprite or animation)
stage.arrow.spr =
stage.arrow.anim =
;Stage voice (Narrator of the stage name, sound added in system.snd)
stage.snd = 3000.0
;music (Own soundtrack for this screen)
stage.bgm = sound/stage.mp3
; stage SFX
stage.move.snd = 100.0
stage.done.snd = 100.1
cancel.snd = 100.2
; used to put the name of the stage
stage.name.text = "%s"
stage.name.font=
; used to put a story for the stage
stage.description.text= "%s"
stage.description.font=
So what do you guys think, could you give more suggestions for this modules and what can be further implemented?