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:
Brett Harrell 2014-06-28 17:30:57 +00:00 committed by Simon Howard
parent ab79cf6658
commit 07a1a5d71f
4 changed files with 8 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1 @@
mechadon/dbigfont.lmp

BIN
lumps/mechadon/dbigfont.lmp Normal file

Binary file not shown.

View 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.