graphics: Generate text graphics programatically.

Remove the big text graphic images used for the menus and the
intermission screen. Instead, generate these graphics programatically
from a script. This allows them to be easily changed and extended
as desired.
This commit is contained in:
Simon Howard 2013-11-30 20:55:57 -05:00
parent f6bab1b9b3
commit 9855d868ea
370 changed files with 476 additions and 219 deletions

View file

@ -45,6 +45,7 @@ OBJS = \
all : $(OBJS)
subdirs:
make -C graphics/text
make -C graphics/titlepic
make -C lumps