draw score text

This commit is contained in:
2025-02-04 14:53:31 +01:00
parent 9dad1a2db4
commit 319282b7c8
2 changed files with 28 additions and 6 deletions

View File

@@ -14,6 +14,7 @@ typedef Colour8* Row;
typedef struct {
Row rows[ROWS];
uint16_t score;
ShapeId nxt[7]; // the order of the shape ids that they should appear in
uint8_t curr_idx; // current shape index
int8_t sel_x; // selected shape x position