Agliullov D.A. Lab Work 2 Base #2

Closed
d.agliullov wants to merge 17 commits from Lab2 into Lab1
Showing only changes of commit 7edfd49847 - Show all commits

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>