ISEbd-21 Nikolay Gapon LabWork01 #1
@ -55,7 +55,7 @@ namespace Airbus
|
||||
if (_startPosX + _airbusWidth + airbus.Step - 6 < _pictureWidth) _startPosX += airbus.Step;
|
||||
break;
|
||||
case Direction.Down: //Вниз
|
||||
if (_startPosY + _airbusHeight + airbus.Step < _pictureHeight) _startPosY += airbus.Step;
|
||||
if (_startPosY + _airbusHeight + airbus.Step + 25 < _pictureHeight) _startPosY += airbus.Step;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user