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

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