draw ghost in semi-transparent building color

This commit is contained in:
2026-06-23 21:17:16 +02:00
parent 577927ef70
commit f818c90af0
3 changed files with 71 additions and 38 deletions

View File

@@ -126,6 +126,9 @@ private:
void drawPortGlyph(QPainter& painter, QPoint bodyTile,
Rotation direction, const QColor& color);
void drawBuildingGhost(QPainter& painter, BuildingType type,
QPoint anchorTile, Rotation rotation, bool valid);
void placeBlueprintAtTile(QPoint center);
std::optional<QVector2D> entityPosition(entt::entity entity) const;