icongen now makes a sprite sheet for the map which should be easier to work with.

This commit is contained in:
Zed A. Shaw 2025-07-08 13:09:39 -04:00
parent dbc2000434
commit d6e2b64140
5 changed files with 136 additions and 43 deletions

View file

@ -170,7 +170,7 @@ executable('zedcaster',
dependencies: dependencies)
executable('icongen',
[ 'dbc.cpp', 'tools/icongen.cpp' ],
[ 'config.cpp', 'dbc.cpp', 'tools/icongen.cpp' ],
cpp_args: cpp_args,
link_args: link_args,
override_options: exe_defaults,