Сделанная лаба
This commit is contained in:
parent
095d71b651
commit
d26f9b040e
@ -32,9 +32,6 @@ namespace DoubleDeckerBus
|
|||||||
}
|
}
|
||||||
public Bitmap MoveObject(Direction direction)
|
public Bitmap MoveObject(Direction direction)
|
||||||
{
|
{
|
||||||
// TODO проверка, что объект может переместится в требуемом направлении
|
|
||||||
if (true)
|
|
||||||
{
|
|
||||||
_drawningObject.MoveObject(direction);
|
_drawningObject.MoveObject(direction);
|
||||||
}
|
}
|
||||||
return DrawMapWithObject();
|
return DrawMapWithObject();
|
||||||
|
Loading…
Reference in New Issue
Block a user