Enemy AI is now prototyped and can find the player and attack them.

This commit is contained in:
Zed A. Shaw 2025-03-14 13:41:22 -04:00
parent ad71631809
commit f3e157a0f7
6 changed files with 78 additions and 38 deletions

View file

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