PIbd-13_Fomichev_V.S_LabWork01 Simple #1

Closed
slavaxom9k wants to merge 13 commits from labwork01 into main
Showing only changes of commit 87fb777d7f - Show all commits

View File

@ -236,10 +236,10 @@ public class DrawningAntiAircraftGun
if (EntityAntiAircraftGun.Radar)
{
g.DrawLine(pen, _startPosX.Value + 20, _startPosY.Value + 65, _startPosX.Value + 20, _startPosY.Value + 40);
g.FillRectangle(additionalBrush, _startPosX.Value + 10, _startPosY.Value + 40, 20, 20);
g.DrawRectangle(pen, _startPosX.Value + 10, _startPosY.Value + 40, 20, 20);
g.FillRectangle(additionalBrush, _startPosX.Value + 10, _startPosY.Value + 20, 20, 20);
g.DrawRectangle(pen, _startPosX.Value + 10, _startPosY.Value + 20, 20, 20);
}
}
}