x
This commit is contained in:
parent
11a3265248
commit
73cb47152d
@ -55,10 +55,11 @@ namespace ProjectLocomotive.Drawnings
|
||||
|
||||
|
||||
|
||||
|
||||
if (entityTLocomotive.Pipe)
|
||||
{
|
||||
Point[] points4 = { new Point(_startPosX.Value + 20, _startPosY.Value), new Point(_startPosX.Value + 30, _startPosY.Value), new Point(_startPosX.Value + 30, _startPosY.Value - 7), new Point(_startPosX.Value + 32, _startPosY.Value - 9), new Point(_startPosX.Value + 30, _startPosY.Value - 11), new Point(_startPosX.Value + 20, _startPosY.Value - 11), new Point(_startPosX.Value + 18, _startPosY.Value - 9), new Point(_startPosX.Value + 20, _startPosY.Value - 7), new Point(_startPosX.Value + 20, _startPosY.Value) };
|
||||
g.FillPolygon(wheelBrush, points4);
|
||||
|
||||
}
|
||||
|
||||
if (entityTLocomotive.Fueltank)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user