PIbd-23 Vrazhkin S.A. Work 1 #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lab1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Зачтено с понижением балла(ов)
@ -0,0 +34,4 @@
if (EntityLocomotiv == null) return;
_startPosX = x;
_startPosY = y;
if (x + _vehicleWidth >= _pictureWidth || y + _vehicleHeight >= _pictureHeight)
Не учтены все условия, при которых объект может выйти за границы
@ -0,0 +7,4 @@
namespace ElectricLocomotive
{
public class EntityLocomotiv
Не заданы свойства-признаки
Pull request closed