Start the storyboard tool for designing/playing the cutscenes.
This commit is contained in:
parent
5b57fb2033
commit
e915baf6fc
2 changed files with 50 additions and 0 deletions
|
|
@ -178,6 +178,13 @@ executable('arena',
|
|||
override_options: exe_defaults,
|
||||
dependencies: dependencies)
|
||||
|
||||
executable('storyboard',
|
||||
sources + [ 'tools/storyboard.cpp' ],
|
||||
cpp_args: cpp_args,
|
||||
link_args: link_args,
|
||||
override_options: exe_defaults,
|
||||
dependencies: dependencies)
|
||||
|
||||
executable('icongen',
|
||||
[ 'palette.cpp', 'textures.cpp', 'config.cpp', 'dbc.cpp', 'tools/icongen.cpp' ],
|
||||
cpp_args: cpp_args,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue