fix высоты лодки

This commit is contained in:
pyzhov.egor 2024-03-11 23:42:45 +04:00
parent f6ba6fe601
commit 7072feff6d

View File

@ -15,7 +15,7 @@ public class DrawningBoat {
protected Integer _startPosX;
protected Integer _startPosY;
private int _drawingBoatWidth = 107;
private int _drawingBoatHeight = 68;
private int _drawingBoatHeight = 72;
public int GetPosX(){return _startPosX;}
public int GetPosY(){return _startPosY;}
public int GetWidth(){return _drawingBoatWidth;}