PIbd-21 Potapov N.S. LabWork01 #1

Closed
ns.potapov wants to merge 8 commits from LabWork01 into main
Showing only changes of commit 5f9528e536 - Show all commits

View File

@ -150,7 +150,6 @@ namespace ProjectStormtrooper
Brush brushBodyColor = new SolidBrush(EntityStormtrooper.BodyColor);
Brush brushAdditionalColor = new SolidBrush(EntityStormtrooper.AdditionalColor);
// Ширина фюзеляжа
int bodyWidth = _stormtrooperHeight / 9;
@ -210,9 +209,7 @@ namespace ProjectStormtrooper
int rocketWidth = bodyWidth * 4;
int rocketHeight = bodyWidth / 2;
Brush brushRed = new SolidBrush(Color.Red);
Brush brushRed = new SolidBrush(Color.Red);
Point[] pointsRocketCockPit = {
new Point(_startPosX + _stormtrooperWidth / 2 - _stormtrooperWidth / 5 - rocketHeight,
@ -281,7 +278,6 @@ namespace ProjectStormtrooper
rocketHeight);
}
// Рисуем нос
Point[] pointsCockPit = {