update to MU6

This commit is contained in:
Nio
2021-08-07 19:51:40 +10:00
parent 8f6393ab79
commit d59f59ca88
26 changed files with 572 additions and 194 deletions

View File

@ -0,0 +1,11 @@
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 468 B

View File

@ -0,0 +1,15 @@
init python:
# Modding Support variables
# 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 += [{
'Name': "Example Mod Name",
'Label': "storyline_ex"
}];
image template_sample = Image("mods_example/template/img/sample.png")
label storyline_ex:
call chapter_2_new