mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
graphics: Generate HELP screens programatically.
Decompose the help screen into three parts: the background, the text and the title. Generate all except the main text programatically: the background as a color transformed version of the INTERPIC graphic and the title using the textgen tool.
This commit is contained in:
parent
c06cb4478c
commit
7f281321c9
8 changed files with 34 additions and 33 deletions
|
@ -210,6 +210,12 @@ red_graphics = {
|
|||
'm_multi': 'Multiplayer',
|
||||
}
|
||||
|
||||
# Rendered with transparent background:
|
||||
transparent_graphics = {
|
||||
# Title for the HELP/HELP1 screen:
|
||||
'helpttl': 'Help',
|
||||
}
|
||||
|
||||
def read_bex_lump(filename):
|
||||
"""Read the BEX (Dehacked) lump from the given filename.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue