Deathkings of the Dark Citadel support.

This commit is contained in:
Mari the Deer 2021-02-11 23:25:16 +01:00
commit d913752e31
20 changed files with 427 additions and 68 deletions

View file

@ -287,54 +287,3 @@ Intermission Doom2Cast
}
Link = Doom2Cast // restart cast call
}
// edited Hexen ending
// draws the three player classes unconditionally
// shifts the final text screen so it doesn't get cut off
Intermission Inter_Chess
{
Fader
{
Music = "Hall"
Background = "FINALE1"
Time = 2
FadeType = FadeIn
}
TextScreen
{
Background = "FINALE1"
TextSpeed = 3
Text = "$TXT_HEXEN_WIN1MSG"
Time = -250
}
TextScreen
{
Music = "Orb"
Background = "FINALE2"
TextSpeed = 3
Text = "$TXT_HEXEN_WIN2MSG"
Time = -250
}
Fader
{
Background = "FINALE2"
Time = 2
FadeType = FadeOut
}
Fader
{
Music = "Chess"
Background = "FINALE3"
Draw = "CHESSALL", 20, 0
Time = 2
FadeType = FadeIn
}
TextScreen
{
Background = "FINALE3"
Draw = "CHESSALL", 20, 0
TextSpeed = 3
Text = "$TXT_HEXEN_WIN3MSG"
Position = 10, 120
}
}