Some jank test visual effects are working.

This commit is contained in:
Zed A. Shaw 2024-10-04 18:23:14 -04:00
parent 243d15c123
commit f9bf8f06ea
4 changed files with 66 additions and 18 deletions

View file

@ -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)