forked from Cavemanon/SnootGame
Mod Loader v2
This commit is contained in:
@ -1,13 +1,16 @@
|
||||
|
||||
|
||||
label chapter_2_new:
|
||||
show template_sample at scenter
|
||||
|
||||
python:
|
||||
mine = mod_loader.get(myid)
|
||||
renpy.show(mine['template_sample'])
|
||||
"Sample Text"
|
||||
|
||||
hide template_sample
|
||||
$ renpy.hide(mine['template_sample'])
|
||||
play music 'audio/OST/Those Other Two Weirdos.ogg'
|
||||
show anon neutral flip at aright with dissolve
|
||||
A "Sample Text"
|
||||
|
||||
F "Sample Text"
|
||||
Lucy "Sample Text"
|
||||
Ro "Sample Text"
|
||||
|
Reference in New Issue
Block a user