Basic interaction
This commit is contained in:
@@ -100,4 +100,8 @@ void entityUpdate(entity_t *entity) {
|
||||
entity->velocity[1] = 0.0f;
|
||||
}
|
||||
}
|
||||
|
||||
if(entity->type == ENTITY_TYPE_PLAYER) {
|
||||
playerInteraction(entity);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user