From 27258b5a4430e56529652516cc56a750ef47f778 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 7 Aug 2021 18:20:27 -0300 Subject: Fix the labels --- game/story.rpy | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/game/story.rpy b/game/story.rpy index c8edf75..7c67a0a 100644 --- a/game/story.rpy +++ b/game/story.rpy @@ -160,6 +160,16 @@ label SQ00001_post: #################################################### label SQ00005_post: + $ show_img("bg humancity", False) + window show + scene bg humancity + show dialog_giulio at tcenter + with Dissolve(1.0) + e_gg "The stronghold is just ahead. It won't be long, now." + return + +#################################################### +label SQ00006_pre: $ show_img("bg humancity", False) $ show_img("dialog_footsoldier", False) scene bg humancity with Dissolve(1.0) @@ -228,12 +238,24 @@ label SQ00005_post: return #################################################### -label SQ00006_pre: +label SQ00010_post: ## TODO FIXME old scripts scene black with dissolve centered "{color=#f00}The content past this point is old and might not work. You have been warned.{/color}" ## TODO FIXME old scripts + + window show + scene bg castle2 + show dialog_goodess at tcustom(-0.8) + show dialog_mentor at tcustom(-2.0) + show dialog_grandmaster at tcustom(1.4) + show dialog_giulio at tcustom(1.5) + with Dissolve(1.0) + e_gm "...And that's our current situation. Any questions? No? Good, because we don't have time to explain." return + +#################################################### +label SQ00011_pre: #$ show_img("bg wilderness", False) #scene bg wilderness with Dissolve(1.0) $ show_img("dialog_milleue") @@ -245,7 +267,7 @@ label SQ00006_pre: return #################################################### -label SQ00006_post: +label SQ00011_post: #$ show_img("bg wilderness", False) #scene bg wilderness with Dissolve(1.0) $ show_img("dialog_milleue", at_list=[tcenter]) @@ -258,7 +280,7 @@ label SQ00006_post: return #################################################### -label SQ00011_post: +label SQ00012_post: scene bg forest_sunset with Dissolve(0.5) "Giulio" "Mother Nature's sent us wolves... How much I hate it." "Giulio" "Mother Nature, please, GIVE ME A DECENT CHALLENGE!" -- cgit v1.2.3-70-g09d2