change repair_tool application and add beams for salvager and repair_tool

This commit is contained in:
2026-06-18 22:14:09 +02:00
parent 7924e037aa
commit 9573b9789a
37 changed files with 498 additions and 199 deletions

View File

@@ -34,7 +34,9 @@ struct ShipVisuals
struct BeamVisuals
{
QColor color;
QColor weaponColor;
QColor repairColor;
QColor salvageColor;
int widthPx;
};