Enemy AI is now prototyped and can find the player and attack them.
This commit is contained in:
parent
ad71631809
commit
f3e157a0f7
6 changed files with 78 additions and 38 deletions
|
@ -49,8 +49,6 @@ namespace components {
|
|||
std::string ai_script;
|
||||
std::string ai_start_name;
|
||||
std::string ai_goal_name;
|
||||
ai::State ai_start;
|
||||
ai::State ai_goal;
|
||||
};
|
||||
|
||||
struct Debug {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue