Polish up AI

This commit is contained in:
2024-02-13 19:01:51 +01:00
parent 417cf081d7
commit dcd4d1940d
6 changed files with 40 additions and 22 deletions

View File

@@ -10,6 +10,7 @@ typedef struct AIBlackboard {
ecs_entity_t entity;
ecs_entity_t seenEnemy;
bool shouldMoveTo;
Vector2 moveToPos;
union {