fix высоты лодки
This commit is contained in:
parent
f6ba6fe601
commit
7072feff6d
@ -15,7 +15,7 @@ public class DrawningBoat {
|
|||||||
protected Integer _startPosX;
|
protected Integer _startPosX;
|
||||||
protected Integer _startPosY;
|
protected Integer _startPosY;
|
||||||
private int _drawingBoatWidth = 107;
|
private int _drawingBoatWidth = 107;
|
||||||
private int _drawingBoatHeight = 68;
|
private int _drawingBoatHeight = 72;
|
||||||
public int GetPosX(){return _startPosX;}
|
public int GetPosX(){return _startPosX;}
|
||||||
public int GetPosY(){return _startPosY;}
|
public int GetPosY(){return _startPosY;}
|
||||||
public int GetWidth(){return _drawingBoatWidth;}
|
public int GetWidth(){return _drawingBoatWidth;}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user