mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
lumps: Add DBIGFONT matching Mechadon's new font.
This DBIGFONT lump contains the same graphics as the font characters used to render the menu text graphics. This should give some consistency in ZDoom-based source ports which use it.
This commit is contained in:
parent
ab79cf6658
commit
07a1a5d71f
4 changed files with 8 additions and 0 deletions
|
@ -177,6 +177,9 @@ COLORMAP
|
|||
GENMIDI
|
||||
FREEDOOM
|
||||
|
||||
; Big font used by ZDoom-based ports for menu text.
|
||||
DBIGFONT
|
||||
|
||||
#ifdef FREEDM
|
||||
DEHACKED = fdm_deh
|
||||
ENDOOM = endoomdm
|
||||
|
|
1
lumps/dbigfont.lmp
Symbolic link
1
lumps/dbigfont.lmp
Symbolic link
|
@ -0,0 +1 @@
|
|||
mechadon/dbigfont.lmp
|
BIN
lumps/mechadon/dbigfont.lmp
Normal file
BIN
lumps/mechadon/dbigfont.lmp
Normal file
Binary file not shown.
4
lumps/mechadon/dbigfont.txt
Normal file
4
lumps/mechadon/dbigfont.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
This DBIGFONT lump matches the images used in graphics/text/fontchars/
|
||||
used to build the menu graphics. It is used by ZDoom-based source
|
||||
ports to render menu text.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue