Connectivity information used for powerup pieces. More...
#include <TetrisPiece.h>
Public Member Functions | |
TetrisPieceConnectivityInfo (PowerupId pupId=POWERUP_ID_NONE, u8 maxCount=DEFAULT_BLOCKS_PER_PIECE) | |
Public Attributes | |
PowerupId | powerupId |
u8 | counter |
Connectivity information used for powerup pieces.
Describes how many individual blocks (0-4) of a tetris piece are still connected; once all the blocks have been cleared, the player gains the associated powerup.
Definition at line 20 of file TetrisPiece.h.