Clean up Mod Menu and other details

This commit is contained in:
2021-07-05 04:38:13 +10:00
parent 400d305f23
commit cd780dfa36
3 changed files with 61 additions and 14 deletions

View File

@ -3,7 +3,9 @@
label chapter_2_new:
show template_sample at scenter
"Sample Text"
hide template_sample
play music 'audio/OST/Those Other Two Weirdos.ogg'
show anon neutral flip at aright with dissolve
A "Sample Text"
return

View File

@ -4,7 +4,10 @@ init python:
# All mod rpy files must have title of their mod (this shows up on a button)
# and finally the label that controls the flow of dialogue
mod_menu_access += [["Example Mod", "storyline_ex"]];
mod_menu_access += [{
'Name': "Example Mod Name",
'Label': "storyline_ex"
}];
image template_sample = Image("mods/template/img/sample.png")