Уменьшен стандартный самолет

This commit is contained in:
Данияр Аглиуллов 2022-09-15 18:01:28 +04:00
parent 20b682b2ef
commit 7edfd49847

View File

@ -28,11 +28,11 @@
/// <summary> /// <summary>
/// Ширина отрисовки автомобиля /// Ширина отрисовки автомобиля
/// </summary> /// </summary>
protected readonly int _airplaneWidth = 110; protected readonly int _airplaneWidth = 80;
/// <summary> /// <summary>
/// Высота отрисовки автомобиля /// Высота отрисовки автомобиля
/// </summary> /// </summary>
protected readonly int _airplaneHeight = 140; protected readonly int _airplaneHeight = 90;
/// <summary> /// <summary>
/// Инициализация свойств /// Инициализация свойств
/// </summary> /// </summary>