Unit T_TETRIS |
Classes |
TTETRIS -
Functions |
Register - property BackBitmap: TBitmap read fBitmap write fSetBitmap;
destructor TTETRIS.
Types |
PEZZO
TBlockType
TMultiShapeType
Constants |
COLORI
TETRIS_COLUMNS
TETRIS_LINES
Variables |
Functions |
destructor TTETRIS.Destroy; begin inherited destroy; fBitmap.Destroy; end;
Types |
PEZZO=ARRAY[0..3,0..3] OF INTEGER;
TBlockType = (btNormal, btRound, btButton);
TMultiShapeType=(msRectangle,msRoundRect,msDiamond,msEllipse,msTriangle);
Constants |
Variables |