Проверенная 2 лаба.
This commit is contained in:
parent
4ec1797948
commit
fae3a22b32
@ -14,7 +14,7 @@ namespace AirBomber
|
|||||||
|
|
||||||
void MoveObject(Direction direction);
|
void MoveObject(Direction direction);
|
||||||
|
|
||||||
void DrawningObject(Graphics g);
|
void DrawningObject(Graphics g);
|
||||||
|
|
||||||
(float Left, float Right, float Top, float Bottom) GetCurrentPosition();
|
(float Left, float Right, float Top, float Bottom) GetCurrentPosition();
|
||||||
}
|
}
|
||||||
|
@ -34,7 +34,7 @@ namespace AirBomber
|
|||||||
_map[i, j] = _freeRoad;
|
_map[i, j] = _freeRoad;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
while (counter < 250)
|
while (counter < 50)
|
||||||
{
|
{
|
||||||
int x = _random.Next(0, 100);
|
int x = _random.Next(0, 100);
|
||||||
int y = _random.Next(0, 100);
|
int y = _random.Next(0, 100);
|
||||||
|
Loading…
Reference in New Issue
Block a user