правки, чтоб было гуд
This commit is contained in:
parent
84341fed50
commit
f832c0c333
@ -57,7 +57,6 @@ public class DrawningContainerShip : DrawningShip
|
|||||||
g.DrawRectangle(pen, _startPosX.Value + 60, _startPosY.Value + 45, 40, 5);
|
g.DrawRectangle(pen, _startPosX.Value + 60, _startPosY.Value + 45, 40, 5);
|
||||||
g.FillRectangle(additionalBrush, _startPosX.Value + 60, _startPosY.Value + 45, 40, 5);
|
g.FillRectangle(additionalBrush, _startPosX.Value + 60, _startPosY.Value + 45, 40, 5);
|
||||||
}
|
}
|
||||||
//base.DrawTransport(g);
|
|
||||||
_startPosX += 5;
|
_startPosX += 5;
|
||||||
_startPosY += 30;
|
_startPosY += 30;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user