Started a map icon gen tool that will load the fonts and create tile sprites for everything I use.
This commit is contained in:
parent
056b0b307b
commit
dbc2000434
2 changed files with 69 additions and 0 deletions
|
@ -169,6 +169,13 @@ executable('zedcaster',
|
|||
override_options: exe_defaults,
|
||||
dependencies: dependencies)
|
||||
|
||||
executable('icongen',
|
||||
[ 'dbc.cpp', 'tools/icongen.cpp' ],
|
||||
cpp_args: cpp_args,
|
||||
link_args: link_args,
|
||||
override_options: exe_defaults,
|
||||
dependencies: dependencies)
|
||||
|
||||
executable('fragviewer',
|
||||
[ 'textures.cpp', 'config.cpp',
|
||||
'dbc.cpp', 'tools/fragviewer.cpp' ],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue