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

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>
protected readonly int _airplaneWidth = 110;
protected readonly int _airplaneWidth = 80;
/// <summary>
/// Высота отрисовки автомобиля
/// </summary>
protected readonly int _airplaneHeight = 140;
protected readonly int _airplaneHeight = 90;
/// <summary>
/// Инициализация свойств
/// </summary>