New debug_ui that shows perf data, other debug info, and allows spawning enemies.
This commit is contained in:
parent
4f090159ab
commit
07ce8a4148
12 changed files with 50 additions and 87 deletions
|
@ -91,6 +91,7 @@ sources = [
|
|||
'components.cpp',
|
||||
'config.cpp',
|
||||
'dbc.cpp',
|
||||
'debug_ui.cpp',
|
||||
'devices.cpp',
|
||||
'goap.cpp',
|
||||
'guecs.cpp',
|
||||
|
@ -102,9 +103,9 @@ sources = [
|
|||
'main_ui.cpp',
|
||||
'map.cpp',
|
||||
'map_view.cpp',
|
||||
'matrix.cpp',
|
||||
'matrix.cpp',
|
||||
'mini_map.cpp',
|
||||
'matrix.cpp',
|
||||
'matrix.cpp',
|
||||
'overlay_ui.cpp',
|
||||
'pathing.cpp',
|
||||
'rand.cpp',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue