Remove multiple colliders, add spatial index component

This commit is contained in:
2023-11-17 15:13:30 +01:00
parent 208cdc6b6f
commit 021df6d77a
11 changed files with 122 additions and 95 deletions

View File

@@ -22,7 +22,9 @@ void entityAdded(ecs_iter_t *it);
/*
* 0: Game (singleton)
* 1: Position
* 2: MoveForce
* 2: Size
* 3: MoveForce
* 4: SpatialGridID
*/
void entityUpdatePhysics(ecs_iter_t *it);