mirror of
https://github.com/ZDoom/Raze.git
synced 2025-03-24 17:52:29 +00:00
- Don't do an animated transition for Duke's credits menu and don't redraw the background for RR/RRRA's credits menu.
This commit is contained in:
parent
709dcd9155
commit
a65e2e8448
1 changed files with 2 additions and 3 deletions
|
@ -284,11 +284,10 @@ ImageScroller "CreditsMenu"
|
|||
DukeCredits2
|
||||
DukeCredits3
|
||||
}
|
||||
animatedtransition
|
||||
}
|
||||
ifgame(Redneck)
|
||||
{
|
||||
TextBackground "MENUSCREEN"
|
||||
// TextBackground "MENUSCREEN"
|
||||
TextBackgroundBrightness 0.5
|
||||
TextFont "SmallFont"
|
||||
TextScale 0.45
|
||||
|
@ -320,7 +319,7 @@ ImageScroller "CreditsMenu"
|
|||
}
|
||||
ifgame(RedneckRides)
|
||||
{
|
||||
TextBackground "MENUSCREEN"
|
||||
// TextBackground "MENUSCREEN"
|
||||
TextBackgroundBrightness 0.5
|
||||
TextFont "SmallFont"
|
||||
TextScale 0.45
|
||||
|
|
Loading…
Reference in a new issue