|
|
RemoveLine(), I need to access the individual blocks of each gamePiece. Each gamePiece has a vector of sf::RectangleShapes (SFML), which represent one block of that tetromino:std::vector<sf::RectangleShape> pieceRectangles_; the sf::RectangleShapes are stored like so: |
|