summaryrefslogtreecommitdiff
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
parent69377eb56804f16f89cbf73504fbf536f6d620b7 (diff)
downloadclient-2332e27bcc3661d7d5dab4d16bd04abc2a769c6f.tar.gz
client-2332e27bcc3661d7d5dab4d16bd04abc2a769c6f.tar.bz2
client-2332e27bcc3661d7d5dab4d16bd04abc2a769c6f.tar.xz
client-2332e27bcc3661d7d5dab4d16bd04abc2a769c6f.zip
Act I is now official
-rw-r--r--game/f/Datalegreya.otfbin0 -> 710172 bytes
-rw-r--r--game/f/SIL Open Font License.txt4
-rw-r--r--game/story.rpy8
3 files changed, 10 insertions, 2 deletions
diff --git a/game/f/Datalegreya.otf b/game/f/Datalegreya.otf
new file mode 100644
index 0000000..ca8de09
--- /dev/null
+++ b/game/f/Datalegreya.otf
Binary files differ
diff --git a/game/f/SIL Open Font License.txt b/game/f/SIL Open Font License.txt
index ebbcb5f..bdf90a8 100644
--- a/game/f/SIL Open Font License.txt
+++ b/game/f/SIL Open Font License.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2009, 2010, 2011 Daniel Johnson (<il.basso.buffo@gmail.com>).
+Copyright (c) 2013, Juan Pablo del Peral (juan@huertatipografica.com.ar), with Reserved Font Names 'Alegreya Sans' «Datalegreya»
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL
@@ -40,4 +40,4 @@ TERMINATION
This license becomes null and void if any of the above conditions are not met.
DISCLAIMER
-THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. \ No newline at end of file
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
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
####################################################