A bit more cleanup to avoid duplicate testing and to separate the GOAP algorithm code from the little AI Manager thing.
This commit is contained in:
parent
b2c1b220ac
commit
3f83d3f0bb
8 changed files with 296 additions and 290 deletions
|
@ -80,9 +80,8 @@ dependencies += [
|
|||
sfml_window, ftxui_screen, ftxui_dom, ftxui_component
|
||||
]
|
||||
|
||||
|
||||
|
||||
sources = [
|
||||
'ai.cpp',
|
||||
'ansi_parser.cpp',
|
||||
'autowalker.cpp',
|
||||
'boss_fight_ui.cpp',
|
||||
|
@ -93,7 +92,7 @@ sources = [
|
|||
'config.cpp',
|
||||
'dbc.cpp',
|
||||
'devices.cpp',
|
||||
'ai.cpp',
|
||||
'goap.cpp',
|
||||
'guecs.cpp',
|
||||
'gui_fsm.cpp',
|
||||
'inventory.cpp',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue