summaryrefslogtreecommitdiff
path: root/game/story.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-07 16:17:12 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-07 16:17:12 -0300
commit2332e27bcc3661d7d5dab4d16bd04abc2a769c6f (patch)
tree0e95f1eb2bdaa3816c49b9c35353e927c9b17ef8 /game/story.rpy
parent69377eb56804f16f89cbf73504fbf536f6d620b7 (diff)
downloadclient-2332e27bcc3661d7d5dab4d16bd04abc2a769c6f.tar.gz
client-2332e27bcc3661d7d5dab4d16bd04abc2a769c6f.tar.bz2
client-2332e27bcc3661d7d5dab4d16bd04abc2a769c6f.tar.xz
client-2332e27bcc3661d7d5dab4d16bd04abc2a769c6f.zip
Act I is now official
Diffstat (limited to 'game/story.rpy')
-rw-r--r--game/story.rpy8
1 files changed, 8 insertions, 0 deletions
diff --git a/game/story.rpy b/game/story.rpy
index 680c8db..1deed7e 100644
--- a/game/story.rpy
+++ b/game/story.rpy
@@ -144,6 +144,14 @@ label SQ00001_post:
show dialog_giulio with dissolve
e_gg "I can't believe you. It was {i}him{/i}, the marshall who wiped out an enemy platoon with just tactics."
e_gg "He told you to {color=#0f0}recruit someone at the Tavern{/color} and head to the stronghold, right? Let's go!"
+ scene black
+ show expression Text(_("{font=f/Datalegreya.otf}{color=#fff}Act I:\n\n{/color}{/font}"), size=54) at truecenter
+ show expression Text(_("{font=f/Datalegreya.otf}{color=#fff}\n\nThe Empire Invades{/color}{/font}"), size=54) at truecenter
+ show expression Text(_("{font=f/Datalegreya.otf}Mana Spheres{/font}"), size=27)
+ with Dissolve(1.5)
+ pause 2.5
+ scene black with Dissolve(1.5)
+ pause 0.3
return
####################################################