mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 09:16:56 +01:00
Misc template fix
This commit is contained in:
parent
0c4aab6858
commit
9fa26bc67b
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue