mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-06 19:25:46 -04:00
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:
parent
f6bab1b9b3
commit
9855d868ea
370 changed files with 476 additions and 219 deletions
1
Makefile
1
Makefile
|
@ -45,6 +45,7 @@ OBJS = \
|
|||
all : $(OBJS)
|
||||
|
||||
subdirs:
|
||||
make -C graphics/text
|
||||
make -C graphics/titlepic
|
||||
make -C lumps
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue