Random rotation to generated maps #83
@ -93,7 +93,9 @@ public class MapGenerator {
|
||||
}
|
||||
}
|
||||
}
|
||||
ret.addPiece(new Piece(shape));
|
||||
Piece piece = new Piece(shape);
|
||||
piece.RotateRight(rand.nextInt(4));
|
||||
ret.addPiece(piece);
|
||||
}
|
||||
|
||||
//generate pieces
|
||||
|
Loading…
Reference in New Issue
Block a user