forked from Cavemanon/SnootGame
Clean up Mod Menu and other details
This commit is contained in:
@ -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
|
||||
|
@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user