diff --git a/main.cpp b/main.cpp index 6a86e18..1d4246f 100644 --- a/main.cpp +++ b/main.cpp @@ -106,6 +106,8 @@ void DemoPieces() { Piece piece = static_cast(i); DrawPiece(piece, y, x, rotation); + mvaddstr(y-1, x, "Piece"); + mvaddstr(y-1, x + 6, std::to_string(i + 1).c_str()); x += 12; }