summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-12-03 22:12:17 -0300
committerJesusaves <cpntb1@ymail.com>2022-12-03 22:12:17 -0300
commit09e6b0fb92360ebcdc484d39d16eacd362478cc7 (patch)
tree648f7e8b458cc17bc22a6f5d455eec4bf9d9ab5a
parentc43a52efc4d13c25918530cfd18b2f0730c5252f (diff)
downloadrenpy-09e6b0fb92360ebcdc484d39d16eacd362478cc7.tar.gz
renpy-09e6b0fb92360ebcdc484d39d16eacd362478cc7.tar.bz2
renpy-09e6b0fb92360ebcdc484d39d16eacd362478cc7.tar.xz
renpy-09e6b0fb92360ebcdc484d39d16eacd362478cc7.zip
Fix missing labels
-rw-r--r--game/mirrorlake.rpy24
1 files changed, 23 insertions, 1 deletions
diff --git a/game/mirrorlake.rpy b/game/mirrorlake.rpy
index 025f4ee..1757b62 100644
--- a/game/mirrorlake.rpy
+++ b/game/mirrorlake.rpy
@@ -171,6 +171,8 @@ Lies this small world, the last to appear...\n\
hide intr with dissolve
return
#################################################################################
+label intro_themanaworld_legacy:
+label intro_themanaworld_classic:
label intro_themanaworld_evolved:
show expression Text(_("Before the universe existed as it is known,\n\
There was only mana, and a sphere of energy to which mana was attracted.\n\
@@ -191,7 +193,7 @@ But then came greed, with greed a war, and one of them perished.\n\
This unleashed chaos again in the world, and in a call for adventurers,\n\
many decided to risk their lives in a journey to Candor Island in...\n\
\n\
-{b}The Mana World: Evolved{/b}."), color="#fff") as intr:
+{b}The Mana World: Classic{/b}."), color="#fff") as intr:
xalign 0.5
yanchor 0.0
ypos 1.05
@@ -226,4 +228,24 @@ But these adventurers shall once again regroup, and finish what was started...\n
pause 35
hide intr with dissolve
return
+#################################################################################
+label intro_thecrossroads:
+ show expression Text(_("There's a place, transversal to every world.\n\
+\"The Crossroads\", dubbed the first traveler.\n\
+Being influenced by every world, and subtly influencing in the same way, it is often targeted by those whom seek control over reality itself, or by those whom seek to trade goods from different worlds.\n\
+\n\
+But the Crossroads lacks substance.\n\
+If it was more material, it would crash in the multiple universes it transverse.\n\
+Thus, life cannot exist from itself.\n\
+\n\
+Make sure to anchor yourself to a Home World, before venturing further into\n\
+\n\
+{b}The Crossroads{/b}."), color="#fff") as intr:
+ xalign 0.5
+ yanchor 0.0
+ ypos 1.05
+ linear 35 ypos -0.75
+ pause 35
+ hide intr with dissolve
+ return