Замена в комментариях автомобиля на самолет
This commit is contained in:
parent
7df4ed00ce
commit
78c0f3880f
@ -10,11 +10,11 @@
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public EntityAirplane Airplane { get; protected set; }
|
public EntityAirplane Airplane { get; protected set; }
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Левая координата отрисовки автомобиля
|
/// Левая координата отрисовки самолета
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected float _startPosX;
|
protected float _startPosX;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Верхняя кооридната отрисовки автомобиля
|
/// Верхняя кооридната отрисовки самолета
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected float _startPosY;
|
protected float _startPosY;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -26,11 +26,11 @@
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
protected int? _pictureHeight = null;
|
protected int? _pictureHeight = null;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Ширина отрисовки автомобиля
|
/// Ширина отрисовки самолета
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected readonly int _airplaneWidth = 80;
|
protected readonly int _airplaneWidth = 80;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Высота отрисовки автомобиля
|
/// Высота отрисовки самолета
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected readonly int _airplaneHeight = 90;
|
protected readonly int _airplaneHeight = 90;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user