PIbd-13_Fomichev_V.S_LabWork01 Simple #1

Closed
slavaxom9k wants to merge 13 commits from labwork01 into main
Showing only changes of commit d1e7e3449d - Show all commits

View File

@ -27,11 +27,11 @@ public class DrawningAntiAircraftGun
/// <summary>
/// Ширина прорисовки зенитной установки
/// </summary>
private readonly int _drawningGunWidth = 130;
private readonly int _drawningGunWidth = 120;
/// <summary>
/// Высота прорисовки зенитной установки
/// </summary>
private readonly int _drawningGunHeight = 100;
private readonly int _drawningGunHeight = 95;
/// <summary>
/// Инициализация полей объекта-класса зенитной установки
/// </summary>