This commit is contained in:
AnnaLioness 2023-11-04 19:51:02 +04:00
parent 9d0594068b
commit 2d2dc5741e

View File

@ -72,7 +72,7 @@ public class DrawingShip {
_pictureHeight = height;
_shipHeight = shipHeight;
_shipWidth = shipWidth;
EntityShip = new EntityShip(speed, weight, bodyColor);
}
public void SetPosition(int x, int y)