Path following
This commit is contained in:
@@ -14,6 +14,9 @@ typedef struct Game {
|
||||
ecs_entity_t *entityMap;
|
||||
f32 frameDuration;
|
||||
Vector2 targetPos;
|
||||
ecs_entity_t entity;
|
||||
Path path;
|
||||
Position waypoints[128];
|
||||
} Game;
|
||||
|
||||
extern Game *GAME;
|
||||
|
||||
Reference in New Issue
Block a user