From 9fa26bc67babe2ab507494fe3f0a0f2e6ad85457 Mon Sep 17 00:00:00 2001 From: nutbuster Date: Mon, 5 Jul 2021 10:23:11 +1000 Subject: [PATCH] Misc template fix --- game/mods/README.md | 2 +- game/mods_example/template/storyline_ex.rpy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/game/mods/README.md b/game/mods/README.md index 8e71746..cf6b09b 100644 --- a/game/mods/README.md +++ b/game/mods/README.md @@ -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 diff --git a/game/mods_example/template/storyline_ex.rpy b/game/mods_example/template/storyline_ex.rpy index 7dfff18..ab3f492 100644 --- a/game/mods_example/template/storyline_ex.rpy +++ b/game/mods_example/template/storyline_ex.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