Some jank test visual effects are working.
This commit is contained in:
parent
243d15c123
commit
f9bf8f06ea
4 changed files with 66 additions and 18 deletions
|
@ -17,6 +17,7 @@ runtests = executable('runtests', [
|
|||
'dbc.cpp',
|
||||
'map.cpp',
|
||||
'entity.cpp',
|
||||
'rand.cpp',
|
||||
'tests/fsm.cpp',
|
||||
'tests/dbc.cpp',
|
||||
'tests/map.cpp',
|
||||
|
@ -28,6 +29,7 @@ roguish = executable('roguish', [
|
|||
'main.cpp',
|
||||
'map.cpp',
|
||||
'gui.cpp',
|
||||
'rand.cpp',
|
||||
'entity.cpp',
|
||||
],
|
||||
dependencies: dependencies)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue