Замена в комментариях автомобиля на самолет
This commit is contained in:
parent
a02a602dce
commit
d5d6d4ecb2
@ -12,11 +12,11 @@
|
|||||||
|
|
||||||
public IAirplaneEngines? DrawningEngines { get; private set; }
|
public IAirplaneEngines? DrawningEngines { get; private set; }
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Левая координата отрисовки автомобиля
|
/// Левая координата отрисовки самолета
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected float _startPosX;
|
protected float _startPosX;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Верхняя кооридната отрисовки автомобиля
|
/// Верхняя кооридната отрисовки самолета
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected float _startPosY;
|
protected float _startPosY;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -28,11 +28,11 @@
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
protected int? _pictureHeight = null;
|
protected int? _pictureHeight = null;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Ширина отрисовки автомобиля
|
/// Ширина отрисовки самолета
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected readonly int _airplaneWidth = 90;
|
protected readonly int _airplaneWidth = 90;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Высота отрисовки автомобиля
|
/// Высота отрисовки самолета
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected readonly int _airplaneHeight = 105;
|
protected readonly int _airplaneHeight = 105;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user