implement storing recipes in blueprint

This commit is contained in:
2026-04-27 12:58:44 +02:00
parent 3da3ef5c5b
commit 541b8fdaee
4 changed files with 102 additions and 2 deletions

View File

@@ -188,6 +188,7 @@ Blueprint BlueprintPanel::createBlueprintFromSelection() const
bb.type = e.building->type;
bb.rotation = e.building->rotation;
bb.offset = e.building->anchor - center;
bb.recipeId = e.building->recipeId;
bp.buildings.push_back(bb);
}
return bp;