This commit is contained in:
Дима 2024-05-22 02:25:51 +04:00
parent 7654aae38c
commit 3d579a1bb0
2 changed files with 0 additions and 6 deletions

View File

@ -199,10 +199,7 @@ public class DrawningArtilleryUnit
Point[] points = { new Point(_startPosX.Value + 60, _startPosY.Value + 6), new Point(_startPosX.Value + 110, _startPosY.Value + 6), new Point(_startPosX.Value + 110, _startPosY.Value + 11), new Point(_startPosX.Value + 80, _startPosY.Value + 21), new Point(_startPosX.Value + 60, _startPosY.Value + 21), new Point(_startPosX.Value + 45, _startPosY.Value + 16), new Point(_startPosX.Value + 45, _startPosY.Value + 11) };
g.DrawPolygon(pen, points);
g.FillPolygon(additionalBrush, points);
g.DrawRectangle(pen, _startPosX.Value + 7, _startPosY.Value + 21, 132, 10);
g.FillRectangle(additionalBrush, _startPosX.Value + 7, _startPosY.Value + 21, 132, 10);
g.DrawArc(pen2, _startPosX.Value, _startPosY.Value + 6 + 22, 25, 25, 70, 200);
g.DrawArc(pen2, _startPosX.Value + 122, _startPosY.Value + 28, 25, 25, 260, 200);

View File

@ -38,9 +38,6 @@ namespace ProjectArtilleryUnit.Drawnings
base.DrawTransport(g);
g.FillRectangle(Brush2, _startPosX.Value + 7, _startPosY.Value + 15, 132, 10);
g.DrawRectangle(pen2, _startPosX.Value + 7, _startPosY.Value + 15, 132, 10);
if (entityMilitaryArtilleryUnit.Muzzle)
{
g.FillRectangle(additionalBrush, _startPosX.Value + 10, _startPosY.Value + 5, 35, 3);