mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
textgen: Generate CREDIT screen.
This is one of the screens of text shown between demos in the demo loop. Generate this from the contents of a static text file. I originally wanted to generate this programatically from the CREDITS file but there are too many contributors to fit them all on the page.
This commit is contained in:
parent
9968fe0ed1
commit
7a1b49e965
5 changed files with 43 additions and 2 deletions
|
@ -109,6 +109,8 @@ blue_graphics = {
|
|||
red_graphics = {
|
||||
# Title for the HELP/HELP1 screen:
|
||||
'helpttl': 'Help',
|
||||
# Title for CREDIT
|
||||
'freettl': 'Freedoom',
|
||||
|
||||
'm_ngame': 'New Game',
|
||||
'm_option': 'Options',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue