Start text

This commit is contained in:
Miloslav Ciz 2024-12-17 00:56:51 +01:00
parent 30c9a55cb5
commit 6d31c3c492
4 changed files with 125 additions and 0 deletions

View file

@ -31,4 +31,6 @@
/** Maximum number of triangles of a block shape. */
#define LCR_MAP_BLOCK_SHAPE_MAX_BYTES 80
#define LCR_FONT_PIXEL_SIZE (1 + LCR_EFFECTIVE_RESOLUTION_X / 512)
#endif