Bomber nie chce trzymac sie granic mapy da faq
This commit is contained in:
@@ -31,7 +31,7 @@ void Bomber::setRandomDirection() {
|
||||
if (position.x > 0) direction = DirectionB::Left;
|
||||
break;
|
||||
case 3:
|
||||
if (position.x < 1200) direction = DirectionB::Right;
|
||||
if (position.x < 600) direction = DirectionB::Right;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user