Implement warehouse and granary

This commit is contained in:
2024-02-09 10:14:54 +01:00
parent ababd53846
commit 14f7e2b56c
6 changed files with 38 additions and 10 deletions

View File

@@ -632,7 +632,6 @@ void igInspectWindow(ecs_entity_t entity, bool *open) {
//igTagCheckbox("GameEntity", ECS, entity, GameEntity);
igTagCheckbox("Selectable", ECS, entity, Selectable);
igTagCheckbox("Selected", ECS, entity, Selected);
igTagCheckbox("Storage", ECS, entity, Storage);
igTagCheckbox("Attackable", ECS, entity, Attackable);
}
if (ecs_has(ECS, entity, BzBTState) &&