summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-18 22:24:36 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-18 22:24:36 -0300
commit69f216aa55bf873ec519ef77f80c9c90129b3b8d (patch)
treeb84b96c4622fe92745bedb447fd25a2a027c361c
parent4fe831a6fe12dfcee1c04e17242a548e8d7461d5 (diff)
downloadrenpy-69f216aa55bf873ec519ef77f80c9c90129b3b8d.tar.gz
renpy-69f216aa55bf873ec519ef77f80c9c90129b3b8d.tar.bz2
renpy-69f216aa55bf873ec519ef77f80c9c90129b3b8d.tar.xz
renpy-69f216aa55bf873ec519ef77f80c9c90129b3b8d.zip
Add a new cutscene when using the Mirror Lake for the first time.v2021.12.18
-rw-r--r--game/soul.rpy43
1 files changed, 43 insertions, 0 deletions
diff --git a/game/soul.rpy b/game/soul.rpy
index 1adc5bd..8705e2e 100644
--- a/game/soul.rpy
+++ b/game/soul.rpy
@@ -53,6 +53,12 @@ screen souldata():
xysize (200, 40)
action Return("intro")
tooltip _("Replay the prologue.")
+ if persistent.firstlake:
+ textbutton _("First Lake"):
+ background Frame("gui/frame.png", 0, 0)
+ xysize (200, 40)
+ action Return("ch1lake")
+ tooltip _("Replay the first lake.")
frame:
yalign 0.9
xalign 0.9
@@ -199,6 +205,43 @@ Soul Level remains constant regardless of the subworld you're at.{/color}{fast}"
scene black
return
+#################################################################################
+label ch1lake:
+ $ RPCUpdate("The Void", "launcher")
+ scene black
+ show aethyr1
+ #show aethyr2
+ show expression (ManaSparkle().sm) as flare
+ with Dissolve(1.0)
+ centered "{color=#fff}{cps=80}As you move through the worlds, you can't help but notice the precarious state it is in.{p=1.5}\n\
+Maybe, from within, everything seemed alright. Or just manageable. But...{p=1.5}\n\
+No, the situation is much more dire than you thought.{p=1.5}\n\
+Because from the Mirror Lake, you can see.{p=1.5}\n\
+The foundation of the world is rotting, without anyone noticing.{/cps}{/color}"
+ window hide
+ pause 0.5
+ hide aethyr1
+ with dissolve
+ hide flare
+ with dissolve
+ scene DKBG with dissolve
+ centered "{color=#fff}{cps=80}A slow death, where the colors from the world slowly vanish.{p=1.5}\n\
+The wind grows silent, the restlessness of the living slowly drifts in the peaceful calm of the dead...{p=1.5}\n\
+...Is this how everything will end?{p=1.5}\n\
+...Isn't there anything you can do?{/cps}{/color}"
+ window hide
+ pause 0.5
+ show expression (ManaSparkle(spd=120).sm) as flare at bgobj
+ with Dissolve(3.0)
+ centered "{color=#fff}{cps=80}\"It's useless. He'll do as he pleases, even if half of the multiverse dies from it.\"{p=1.5}\n\
+No. That will not happen.{p=1.5}\n\
+And it won't happen, because {i}you{/i} noticed it.{p=1.5}\n\
+As long as you know, as long as you breathe, something can be done.{p=1.5}\n\
+Even without knowing from where to start...{/cps}{/color}"
+ hide flare with dissolve
+ centered "{color=#fff}{cps=80}You may be the only one left who can at least try.{/cps}{/color}"
+ return
+
# centered "{color=#fff}{cps=80}\
#{p=1.5}\n\