Aleikin A.M. LabWork02 #2

Merged
eegov merged 9 commits from LabWork02 into LabWork01 2022-10-28 09:12:52 +04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit fae3a22b32 - Show all commits

View File

@ -14,7 +14,7 @@ namespace AirBomber
void MoveObject(Direction direction);
void DrawningObject(Graphics g);
void DrawningObject(Graphics g);
(float Left, float Right, float Top, float Bottom) GetCurrentPosition();
}

View File

@ -34,7 +34,7 @@ namespace AirBomber
_map[i, j] = _freeRoad;
}
}
while (counter < 250)
while (counter < 50)
{
int x = _random.Next(0, 100);
int y = _random.Next(0, 100);