show recipes visually instead of describing them in text

This commit is contained in:
2026-08-11 21:40:36 +02:00
parent 3274df91d4
commit f255224ccd
38 changed files with 1023 additions and 452 deletions

View File

@@ -11,7 +11,7 @@
struct Building;
struct BuildingTarget;
class ProductionSection;
class RecipeSummaryRow;
class RecipeLineRow;
class SectionBox;
// Shared body of the four cards that show one building with buffers -- the Miner and
@@ -74,7 +74,7 @@ private:
BuildingId m_id;
RecipeSummaryRow* m_recipeSummary;
RecipeLineRow* m_recipeSummary;
// Input buffers, production progress, output buffer -- in that order, so the card
// reads the way the materials flow (REQ-UI-SINGLE-SELECTION).