forked from Cavemanon/SnootGame
Documentation for modders & empty create directory
This commit is contained in:
15
game/mods_example/template/storyline_ex.rpy
Normal file
15
game/mods_example/template/storyline_ex.rpy
Normal 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/template/img/sample.png")
|
||||
|
||||
label storyline_ex:
|
||||
call chapter_2_new
|
Reference in New Issue
Block a user