Moving some stuff around before writing a test to confirm the EntityAI.
This commit is contained in:
parent
f3e157a0f7
commit
db5a371766
6 changed files with 49 additions and 38 deletions
|
@ -341,7 +341,7 @@ namespace gui {
|
|||
|
||||
void FSM::run_systems() {
|
||||
System::generate_paths($level);
|
||||
System::enemy_ai($level);
|
||||
System::enemy_ai_initialize($level);
|
||||
System::enemy_pathing($level);
|
||||
System::collision($level);
|
||||
System::motion($level);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue