Skip to content

Commit

Permalink
Fixed|Heretic: Fit episode finale texts to the screen
Browse files Browse the repository at this point in the history
Due to evident changes in font metrics vs. vanilla Heretic, the episode
finale texts were not fitting in the view any more. This commit
simply scales them down (0.825) so that all lines fit. All 5 finales
were modified.
  • Loading branch information
skyjake committed Jul 11, 2013
1 parent 5266a44 commit 068d058
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions doomsday/plugins/heretic/defs/heretic/finales.ded
Expand Up @@ -87,7 +87,7 @@ Finale
music "cptd";
flat FLOOR25;
wait 0.5;
text msg 20 5
text msg 45 5
"with the destruction of the iron\n
liches and their minions, the last\n
of the undead are cleared from this\n
Expand All @@ -104,6 +104,7 @@ Finale
this means you may get stuck in a\n
very unfriendly world, but no one\n
ever said being a Heretic was easy!";
in 0 scale msg 0.825;
waittext msg;
wait 7; # The original TEXTWAIT is 250 tics.
deltext msg;
Expand All @@ -122,7 +123,7 @@ Finale
music "cptd";
flat FLATHUH1;
wait 0.5;
text msg 20 5
text msg 45 5
"the mighty maulotaurs have proved\n
to be no match for you, and as\n
their steaming corpses slide to the\n
Expand All @@ -140,6 +141,7 @@ Finale
gate? the sweep of a crystal dome\n
overhead where the sky should be is\n
certainly not a good sign....";
in 0 scale msg 0.825;
waittext msg;
wait 7; # The original TEXTWAIT is 250 tics.
deltext msg;
Expand All @@ -159,7 +161,7 @@ Finale
# Start with a blue filter.
filter 0 0.3 1 1; in 3 filter 0 0 0 0;
wait 2;
text msg 20 5
text msg 45 5
"the death of d'sparil has loosed\n
the magical bonds holding his\n
creatures on this plane, their\n
Expand All @@ -178,6 +180,7 @@ Finale
just have been a scream.\n\n
then again, what about the other\n
serpent riders?";
in 0 scale msg 0.825;
waittext msg;
wait 6; # The original TEXTWAIT is 250 tics.
# Flash to red while we change to the demon.
Expand All @@ -202,7 +205,7 @@ Finale
music "cptd";
flat FLOOR28;
wait 0.5;
text msg 20 5
text msg 45 5
"you thought you would return to your\n
own world after d'sparil died, but\n
his final act banished you to his\n
Expand All @@ -224,6 +227,7 @@ Finale
in the darkest corner of d'sparil's\n
demesne, his personal bodyguards\n
await your arrival ...";
in 0 scale msg 0.825;
waittext msg;
wait 7; # The original TEXTWAIT is 250 tics.
deltext msg;
Expand All @@ -240,7 +244,7 @@ Finale
music "cptd";
flat FLOOR08;
wait 0.5;
text msg 20 5
text msg 45 5
"as the final maulotaur bellows his\n
death-agony, you realize that you\n
have never come so close to your own\n
Expand All @@ -261,6 +265,7 @@ Finale
that it is not within you to\n
surrender without a fight. eyes\n
wide, you go to meet your fate.";
in 0 scale msg 0.825;
waittext msg;
wait 7; # The original TEXTWAIT is 250 tics.
deltext msg;
Expand Down

0 comments on commit 068d058

Please sign in to comment.