Misc template fix

This commit is contained in:
Nutbuster 2021-07-05 10:23:11 +10:00
parent 0c4aab6858
commit 9fa26bc67b
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ init python:
image template_sample = Image("mods/folder_of_your_mod_name/asset_folder/asset.png")
label mod_storyline:
call chapter_1_new
call chapter_1_new
```
script_folder/script.rpy

View File

@ -9,7 +9,7 @@ init python:
'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:
call chapter_2_new