implement storing recipes in blueprint
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user