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
|
@ -340,6 +340,7 @@ namespace gui {
|
|||
}
|
||||
|
||||
void FSM::run_systems() {
|
||||
System::generate_paths($level);
|
||||
System::enemy_ai($level);
|
||||
System::enemy_pathing($level);
|
||||
System::collision($level);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue