PIbd-21 Potapov N.S. LabWork01 #1
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user