Переименован файл и убраны лишние пустые строки

This commit is contained in:
Никита Потапов 2023-09-13 09:53:26 +04:00
parent 783360560c
commit 5f9528e536

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 = {