правки, чтоб было гуд

This commit is contained in:
MorozovDanil 2024-04-01 12:03:12 +04:00
parent 84341fed50
commit f832c0c333

View File

@ -57,7 +57,6 @@ public class DrawningContainerShip : DrawningShip
g.DrawRectangle(pen, _startPosX.Value + 60, _startPosY.Value + 45, 40, 5);
g.FillRectangle(additionalBrush, _startPosX.Value + 60, _startPosY.Value + 45, 40, 5);
}
//base.DrawTransport(g);
_startPosX += 5;
_startPosY += 30;