Add rest of assets, add blue player
This commit is contained in:
@@ -106,7 +106,7 @@ void igResource(ecs_world_t *ecs,
|
||||
void igOwner(ecs_world_t *ecs,
|
||||
ecs_entity_t entity, ecs_entity_t comp) {
|
||||
Owner *owner = ecs_get_mut_id(ecs, entity, comp);
|
||||
igInputInt("PlayerID", &owner->playerID, 0, 0, 0);
|
||||
igInputInt("PlayerID", &owner->player, 0, 0, 0);
|
||||
}
|
||||
|
||||
void igSpatialGridID(ecs_world_t *ecs,
|
||||
|
||||
Reference in New Issue
Block a user