diff options
Diffstat (limited to 'game')
-rw-r--r-- | game/f/Datalegreya.otf | bin | 0 -> 710172 bytes | |||
-rw-r--r-- | game/f/SIL Open Font License.txt | 4 | ||||
-rw-r--r-- | game/story.rpy | 8 |
3 files changed, 10 insertions, 2 deletions
diff --git a/game/f/Datalegreya.otf b/game/f/Datalegreya.otf Binary files differnew file mode 100644 index 0000000..ca8de09 --- /dev/null +++ b/game/f/Datalegreya.otf 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 #################################################### |