forked from Cavemanon/SnootGame
Misc template fix
This commit is contained in:
@ -33,7 +33,7 @@ init python:
|
|||||||
image template_sample = Image("mods/folder_of_your_mod_name/asset_folder/asset.png")
|
image template_sample = Image("mods/folder_of_your_mod_name/asset_folder/asset.png")
|
||||||
|
|
||||||
label mod_storyline:
|
label mod_storyline:
|
||||||
call chapter_1_new
|
call chapter_1_new
|
||||||
```
|
```
|
||||||
|
|
||||||
script_folder/script.rpy
|
script_folder/script.rpy
|
||||||
|
@ -9,7 +9,7 @@ init python:
|
|||||||
'Label': "storyline_ex"
|
'Label': "storyline_ex"
|
||||||
}];
|
}];
|
||||||
|
|
||||||
image template_sample = Image("mods/template/img/sample.png")
|
image template_sample = Image("mods_example/template/img/sample.png")
|
||||||
|
|
||||||
label storyline_ex:
|
label storyline_ex:
|
||||||
call chapter_2_new
|
call chapter_2_new
|
||||||
|
Reference in New Issue
Block a user