forked from Cavemanon/SnootGame
Revert mod
This commit is contained in:
@ -1,16 +1,13 @@
|
||||
|
||||
|
||||
label chapter_2_new:
|
||||
|
||||
python:
|
||||
mine = mod_loader.get(myid)
|
||||
renpy.show(mine['template_sample'])
|
||||
show template_sample at scenter
|
||||
"Sample Text"
|
||||
|
||||
$ exec("renpy.hide(mine['template_sample'])")
|
||||
hide 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"
|
||||
|
@ -1,18 +1,15 @@
|
||||
|
||||
|
||||
init 100 python:
|
||||
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
|
||||
|
||||
myid = mod_loader.add_mod("Example Mod Name", "storyline_ex")
|
||||
mod_loader.add_image('template_sample', "mods_example/template/img/sample.png")
|
||||
mod_menu_access += [{
|
||||
'Name': "Example Mod Name",
|
||||
'Label': "storyline_ex"
|
||||
}];
|
||||
|
||||
#renpy.image('template_sample', mod_dir+"template/img/sample.png")
|
||||
|
||||
#mod_variable[0]["template_sample"]
|
||||
|
||||
#image template_sample = Image("mods_example/template/img/sample.png")
|
||||
image template_sample = Image("mods_example/template/img/sample.png")
|
||||
|
||||
label storyline_ex:
|
||||
call chapter_2_new
|
||||
|
Reference in New Issue
Block a user