mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-25 03:14:51 +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")
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue